Skip to content

Commit

Permalink
update storybook packjson specify host --host 0.0.0.0 storybookjs/sto…
Browse files Browse the repository at this point in the history
  • Loading branch information
2p4b committed May 28, 2022
1 parent 4dd2da7 commit 0372d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/package.json
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"build": "tsc",
"start": "yarn build --watch",
"storybook": "start-storybook -p 6006",
"storybook": "start-storybook -p 6006 --host 0.0.0.0",
"build-storybook": "build-storybook"
},
"prettier": {
Expand Down

0 comments on commit 0372d39

Please sign in to comment.