adding a public directory option to storybook npm script command

This commit is contained in:
Alex Windett 2017-01-11 11:40:30 +00:00
parent ed0b28ca17
commit 47869ef933

View File

@ -8,7 +8,7 @@
"lint": "make lint", "lint": "make lint",
"test": "make test", "test": "make test",
"build": "make compile", "build": "make compile",
"storybook": "start-storybook -p 6006", "storybook": "start-storybook -s ./src/shared/assets -p 6006",
"build-storybook": "build-storybook" "build-storybook": "build-storybook"
}, },
"dependencies": { "dependencies": {