Skip to content

Commit cedf2de

Browse files
authored
Stop opening browser when starting storybook (#2736)
1 parent e1ca368 commit cedf2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"prepublishOnly": "pnpm run build && turbo run docs",
3030
"publish": "pnpm changeset publish --public",
3131
"slackbot": "lg slackbot release",
32-
"start": "npx storybook dev -p 9001 --no-version-updates",
32+
"start": "npx storybook dev -p 9001 --no-version-updates --no-open",
3333
"serve": "npx http-server storybook-static -c5",
3434
"test": "lg test",
3535
"unlink": "lg unlink",

0 commit comments

Comments
 (0)