Expose static file folder when exporting storybook

This commit is contained in:
Chun-MingChen
2018-08-19 00:29:05 +08:00
parent 8b52053af2
commit ac23c31771

View File

@@ -8,7 +8,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006 -s ./public",
"gh-pages:clean": "rimraf ./storybook-static",
"gh-pages:build": "build-storybook"
"gh-pages:build": "build-storybook -s ./public"
},
"author": "",
"license": "ISC",