From 956eb9e4cf03f4c86440af677196146e3198c20f Mon Sep 17 00:00:00 2001 From: Rua Haszard Date: Fri, 24 Jan 2020 14:33:25 +1300 Subject: [PATCH] =?UTF-8?q?add=20--ci=20flag=20to=20prevent=20storybook=20?= =?UTF-8?q?opening=20new=20browser=20tab=E2=80=A6=20-=20see=20also=20https?= =?UTF-8?q?://github.com/storybookjs/storybook/issues/6201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 706370f6248..a6d5cd5e728 100644 --- a/package.json +++ b/package.json @@ -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'"