Skip to content

Commit

Permalink
chore: skip all confirmation prompts when lerna clean
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Dec 10, 2019
1 parent 86f1d9f commit 3a65158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
"pretty-quick": "pretty-quick",
"contributor": "git-contributor",
"changelog": "lerna-changelog",
"clear": "rimraf yarn.lock && lerna run clean && lerna clean && rimraf ./node_modules",
"clear": "rimraf yarn.lock && lerna run clean && lerna clean -y && rimraf ./node_modules",
"reinstall":"run-s clear bootstrap"
},
"husky": {
Expand Down

0 comments on commit 3a65158

Please sign in to comment.