Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
add --ci flag to prevent storybook opening new browser tab…
Browse files Browse the repository at this point in the history
  • Loading branch information
haszari committed Jan 30, 2020
1 parent 83e085c commit 141455a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -40,7 +40,7 @@
"test:update": "wp-scripts test-unit-js --updateSnapshot --config tests/js/jest.config.json",
"test:watch": "npm run test -- --watch",
"size-check": "bundlewatch",
"storybook": "start-storybook -c ./storybook -p 6006",
"storybook": "start-storybook -c ./storybook -p 6006 --ci",
"build-storybook": "build-storybook -c ./storybook",
"changelog": "node ./bin/changelog",
"changelog:zenhub": "node ./bin/changelog --changelogSrcType='ZENHUB_RELEASE'"
Expand Down

0 comments on commit 141455a

Please sign in to comment.