Skip to content

Commit 658b296

Browse files
committed
chore: change port for local dev server
1 parent e902c1a commit 658b296

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
@@ -8,7 +8,7 @@
88
"scripts": {
99
"start": "yarn setup && yarn create-cypress-commands-docs && npm-run-all -p start:watcher start:storybook",
1010
"start:watcher": "lerna run watch:css",
11-
"start:storybook": "storybook dev -p 6006",
11+
"start:storybook": "storybook dev -p 6007",
1212
"setup": "lerna run build:i18n && lerna run build:css && lerna run build:css-bundle && rimraf node_modules/@types/mocha",
1313
"build": "yarn setup && tsc --build && lerna run build:client && lerna run build:wrapper && lerna run build:ssr",
1414
"build:storybook": "yarn build && yarn create-cypress-commands-docs && storybook build -o .out",

0 commit comments

Comments
 (0)