Add `clean` script

master
Brad Cornes 2022-01-06 11:13:55 +00:00
parent 0e8c71ada6
commit edbcd9d14d
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
"name": "root",
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap --hoist"
"bootstrap": "lerna bootstrap --hoist",
"clean": "find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +"
},
"devDependencies": {
"lerna": "^3.22.1"