Skip to content

Commit

Permalink
refactor(package): added script to n install all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sr258 committed Apr 6, 2021
1 parent d0dc8c7 commit 5e16b4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
"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",
"prepare": "husky install"
"prepare": "husky install",
"ci:all": "npm ci && (cd client && npm ci) && (cd reporter-client && npm ci)"
},
"publishConfig": {
"access": "restricted"
Expand Down

0 comments on commit 5e16b4f

Please sign in to comment.