Skip to content

Commit 71eb510

Browse files
committed
chore: remove the host on the storybook run
1 parent 6c662b6 commit 71eb510

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
@@ -16,7 +16,7 @@
1616
"lint": "eslint src/",
1717
"prepare": "npm run build",
1818
"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",
19+
"storybook": "start-storybook -p 9009 --static-dir public",
2020
"storybook:build": "build-storybook -c .storybook --static-dir public --output-dir build",
2121
"test": "react-scripts test --env=jsdom"
2222
},

0 commit comments

Comments
 (0)