We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f856a1c commit 3b75397Copy full SHA for 3b75397
package.json
@@ -5,7 +5,8 @@
5
"start": "start-storybook -p 8000 -c .storybook",
6
"storybook": "build-storybook -o build",
7
"bootstrap": "lerna bootstrap --hoist",
8
- "clean": "lerna clean --yes && rm -r node_modules",
+ "clean": "lerna clean",
9
+ "distclean": "lerna clean --yes && rm -rf node_modules",
10
"diff": "lerna diff",
11
"updated": "lerna updated || exit 0",
12
"lint": "lerna run lint",
0 commit comments