We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
clean
1 parent 0e8c71a commit edbcd9dCopy full SHA for edbcd9d
package.json
@@ -2,7 +2,8 @@
2
"name": "root",
3
"private": true,
4
"scripts": {
5
- "bootstrap": "lerna bootstrap --hoist"
+ "bootstrap": "lerna bootstrap --hoist",
6
+ "clean": "find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +"
7
},
8
"devDependencies": {
9
"lerna": "^3.22.1"
0 commit comments