web: Changed build-storybook outpath

This commit is contained in:
Alexey Safronov 2019-05-23 11:51:09 +03:00
parent 94c16c4869
commit cc804a21c5

View File

@ -16,7 +16,7 @@
},
"scripts": {
"start": "start-storybook -p 6006",
"build-storybook": "build-storybook -c .storybook -o .out"
"build-storybook": "build-storybook -c .storybook -o storybook-static"
},
"eslintConfig": {
"extends": "react-app"