We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e902c1a commit 658b296Copy full SHA for 658b296
package.json
@@ -8,7 +8,7 @@
8
"scripts": {
9
"start": "yarn setup && yarn create-cypress-commands-docs && npm-run-all -p start:watcher start:storybook",
10
"start:watcher": "lerna run watch:css",
11
- "start:storybook": "storybook dev -p 6006",
+ "start:storybook": "storybook dev -p 6007",
12
"setup": "lerna run build:i18n && lerna run build:css && lerna run build:css-bundle && rimraf node_modules/@types/mocha",
13
"build": "yarn setup && tsc --build && lerna run build:client && lerna run build:wrapper && lerna run build:ssr",
14
"build:storybook": "yarn build && yarn create-cypress-commands-docs && storybook build -o .out",
0 commit comments