Skip to content

Commit e96f53a

Browse files
committed
tests: pinned storybook port for dev
1 parent 85edc7e commit e96f53a

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
@@ -71,7 +71,7 @@
7171
"build:dev": "vite build --mode development",
7272
"build:watch": "vite build --watch --mode production",
7373
"build:types": "vue-tsc --emitDeclarationOnly -p tsconfig.types.json",
74-
"storybook": "BROWSER=none storybook dev",
74+
"storybook": "BROWSER=none storybook dev -p 6006",
7575
"storybook:clear-cache": "BROWSER=none storybook dev -p 6006 --no-manager-cache",
7676
"storybook:build": "storybook build -o docs/storybook",
7777
"storybook:test": "pnpm storybook:build && pnpm concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"pnpm http-server docs/storybook --port 6006 --silent\" \"pnpm wait-on tcp:6006 && pnpm test-storybook\"",

0 commit comments

Comments
 (0)