Skip to content

Commit

Permalink
refactor(npm): install on Windows works (#1113)
Browse files Browse the repository at this point in the history
  • Loading branch information
sr258 authored and JPSchellenberg committed Jan 11, 2021
1 parent 60f415d commit 2cb5310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"test:e2e:win": "npx jest --config ./test/e2e/win/jest.config.js",
"semantic-release": "semantic-release",
"uninstall": "rm -rf build/ && rm -rf node_modules/",
"postinstall": "sh scripts/install.sh 1.24 && sh scripts/install.sh 1.24.1 && npm install --prefix client"
"postinstall": "sh scripts/install.sh 1.24 && sh scripts/install.sh 1.24.1 && (cd client && npm install)"
},
"publishConfig": {
"access": "restricted"
Expand Down

0 comments on commit 2cb5310

Please sign in to comment.