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

output storybook to /build/

This commit is contained in:
Shawn Allen 2017-10-09 15:54:41 -07:00
parent d91d9cd9f9
commit a854abdc97

View File

@ -3,7 +3,7 @@
"scripts": {
"postinstall": "npm run bootstrap",
"start": "start-storybook -p 8000 -c .storybook",
"storybook": "build-storybook -c .storybook -o .out",
"storybook": "build-storybook -o build",
"bootstrap": "lerna bootstrap --hoist",
"clean": "lerna clean",
"diff": "lerna diff",