diff --git a/package.json b/package.json index e485ad07a7..07e79bd622 100644 --- a/package.json +++ b/package.json @@ -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",