1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 21:28:20 +03:00

add distclean run-script

This commit is contained in:
Shawn Allen 2017-10-11 16:56:11 -07:00
parent f856a1c29d
commit 3b75397fbc

View File

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