Skip to content

Commit cf867e5

Browse files
authored
prevent browser auto-start
1 parent 36da92e commit cf867e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"build": "react-scripts build",
1414
"test": "react-scripts test --env=jsdom",
1515
"eject": "react-scripts eject",
16-
"storybook": "start-storybook -p 9001 -s public",
16+
"storybook": "start-storybook -p 9001 -s public --ci",
1717
"build-storybook": "build-storybook -s public"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)