prevent storybook from open new browser tab

This commit is contained in:
NikolaBorislavovHristov 2019-08-02 15:14:15 +03:00
parent b91724635b
commit d49338c6da

View file

@ -9,7 +9,7 @@
"scripts": {
"start": "webpack-dev-server --mode development",
"build": "webpack --mode production",
"storybook": "start-storybook --config-dir ./storybook --static-dir ./ --port 6006"
"storybook": "start-storybook --ci --config-dir ./storybook --static-dir ./ --port 6006"
},
"dependencies": {
"classnames": "2.2.6",