Skip to content

Commit

Permalink
Open storybook on localhost instead of IP address - See storybookjs/s…
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Jan 14, 2021
1 parent 57f418d commit 98bd920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"test:coverage:group:no-integration": "NODE_ENV=test jest --group=-integration --coverage",
"test:config": "NODE_ENV=test jest --showConfig",
"sb": "yarn storybook",
"storybook": "start-storybook -p 6006",
"storybook": "start-storybook -h localhost -p 6006",
"storybook:export": "build-storybook",
"codemod:update-react-imports": "npx react-codemod update-react-imports src/",
"codemod:name-default-component": "npx @next/codemod name-default-component src/",
Expand Down

0 comments on commit 98bd920

Please sign in to comment.