Skip to content

Commit

Permalink
fix: npm install problem on windows (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Feb 4, 2021
1 parent 5ef5ca3 commit a939a8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,7 +31,7 @@
"test:examples:integration:pubSub": "cd \"examples/publish subscribe\" && sh ./Test.sh",
"test:examples:integration:requestReply": "cd \"examples/request reply\" && sh ./Test.sh",
"generate:assets": "npm run generate:examples",
"postinstall": "cd node_modules/npmi && npm install global-npm@0.4.1",
"postinstall": "cd \"node_modules/npmi\" && npm install global-npm@0.4.1",
"bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION"
},
"dependencies": {
Expand Down

0 comments on commit a939a8f

Please sign in to comment.