Add `clean` script
parent
0e8c71ada6
commit
edbcd9d14d
|
@ -2,7 +2,8 @@
|
||||||
"name": "root",
|
"name": "root",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"bootstrap": "lerna bootstrap --hoist"
|
"bootstrap": "lerna bootstrap --hoist",
|
||||||
|
"clean": "find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"lerna": "^3.22.1"
|
"lerna": "^3.22.1"
|
||||||
|
|
Loading…
Reference in New Issue