Skip to content

Commit edbcd9d

Browse files
committed
Add clean script
1 parent 0e8c71a commit edbcd9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "root",
33
"private": true,
44
"scripts": {
5-
"bootstrap": "lerna bootstrap --hoist"
5+
"bootstrap": "lerna bootstrap --hoist",
6+
"clean": "find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +"
67
},
78
"devDependencies": {
89
"lerna": "^3.22.1"

0 commit comments

Comments
 (0)