mirror of
https://github.com/primer/css.git
synced 2024-12-25 07:03:35 +03:00
add distclean run-script
This commit is contained in:
parent
f856a1c29d
commit
3b75397fbc
@ -5,7 +5,8 @@
|
||||
"start": "start-storybook -p 8000 -c .storybook",
|
||||
"storybook": "build-storybook -o build",
|
||||
"bootstrap": "lerna bootstrap --hoist",
|
||||
"clean": "lerna clean --yes && rm -r node_modules",
|
||||
"clean": "lerna clean",
|
||||
"distclean": "lerna clean --yes && rm -rf node_modules",
|
||||
"diff": "lerna diff",
|
||||
"updated": "lerna updated || exit 0",
|
||||
"lint": "lerna run lint",
|
||||
|
Loading…
Reference in New Issue
Block a user