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", "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"