Skip to content

Commit 0fcc5b3

Browse files
committed
fix(monorepo): fix cross spawn versions
1 parent 74fb759 commit 0fcc5b3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"changelog": "conventional-changelog --config ./build/changelog-generator/index.js --infile CHANGELOG.md --same-file",
4242
"semantic-release": "semantic-release",
4343
"travis-deploy-once": "travis-deploy-once",
44-
"clean:all": "rimraf node_modules packages/*/node_modules",
44+
"clean:all": "rimraf node_modules packages/*/node_modules packages/*/package-lock.json",
4545
"bootstrap": "npm run clean:all && npm install && lerna bootstrap"
4646
},
4747
"lint-staged": {
@@ -95,6 +95,7 @@
9595
},
9696
"dependencies": {
9797
"chalk": "^2.3.2",
98+
"cross-spawn": "^6.0.5",
9899
"enhanced-resolve": "^4.0.0",
99100
"import-local": "^1.0.0",
100101
"inquirer": "^5.1.0",

0 commit comments

Comments
 (0)