Skip to content

Commit 68e73c8

Browse files
committed
fix: command
1 parent bca1bf9 commit 68e73c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"typecheck": "tsc --noEmit",
3333
"build": "gulp",
3434
"build-storybook": "storybook build",
35-
"dev": "storybook dev -p 6006 -- --no-manager-cache",
35+
"dev": "storybook dev -p 6006",
3636
"start": "storybook dev",
3737
"prepublishOnly": "npm run build",
3838
"playwright:install": "playwright install --with-deps",

0 commit comments

Comments
 (0)