Skip to content

Commit

Permalink
refactor: use npm ci in reinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanraj-r committed Apr 28, 2022
1 parent 24f06c3 commit 6bbf3d0
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 @@ -48,7 +48,7 @@
"commit-init": "commitizen init cz-conventional-changelog --save-dev --save-exact --force",
"commit": "git-cz",
"clean": "lerna run clean && git clean -xfd",
"reinstall": "rm -f package-lock.json && npm run clean && npm install",
"reinstall": "npm run clean && npm ci",
"compile": "lerna run --stream compile",
"lint": "lerna run lint",
"lint:fix": "lerna run lint:fix",
Expand Down

0 comments on commit 6bbf3d0

Please sign in to comment.