Skip to content

Commit 3b75397

Browse files
committed
add distclean run-script
1 parent f856a1c commit 3b75397

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
@@ -5,7 +5,8 @@
55
"start": "start-storybook -p 8000 -c .storybook",
66
"storybook": "build-storybook -o build",
77
"bootstrap": "lerna bootstrap --hoist",
8-
"clean": "lerna clean --yes && rm -r node_modules",
8+
"clean": "lerna clean",
9+
"distclean": "lerna clean --yes && rm -rf node_modules",
910
"diff": "lerna diff",
1011
"updated": "lerna updated || exit 0",
1112
"lint": "lerna run lint",

0 commit comments

Comments
 (0)