Skip to content

Commit a7f9548

Browse files
NicolappsConvex, Inc.
authored andcommitted
Remove -s option for Storybook (#36695)
GitOrigin-RevId: de75f2f4fcd02e8ace6695df69085eeb13cbee5d
1 parent f4fecfa commit a7f9548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm-packages/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lint": "next lint --max-warnings 0 --dir src/ && tsc",
1212
"lint:fix": "next lint --fix --max-warnings 0 --dir src/",
1313
"export": "next export",
14-
"storybook": "storybook dev -s ./public -p 6006 --no-open",
14+
"storybook": "storybook dev -p 6006 --no-open",
1515
"build-storybook": "storybook build",
1616
"test": "npm run checkApiSpec && npm run build:generated && jest",
1717
"test-storybook": "test-storybook --failOnConsole",

0 commit comments

Comments
 (0)