We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c662b6 commit 71eb510Copy full SHA for 71eb510
package.json
@@ -16,7 +16,7 @@
16
"lint": "eslint src/",
17
"prepare": "npm run build",
18
"start": "cross-env NODE_ENV=production babel src -d dist --copy-files --ignore '**/*.test.js' --watch",
19
- "storybook": "start-storybook -p 9009 -h localhost --static-dir public",
+ "storybook": "start-storybook -p 9009 --static-dir public",
20
"storybook:build": "build-storybook -c .storybook --static-dir public --output-dir build",
21
"test": "react-scripts test --env=jsdom"
22
},
0 commit comments