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 9019162 commit 5d8a171Copy full SHA for 5d8a171
package.json
@@ -32,8 +32,8 @@
32
"access": "public"
33
},
34
"scripts": {
35
- "start": "start-storybook -p 9009 -s public",
36
- "build:storybook": "build-storybook -s public -o ./storybook",
+ "start": "start-storybook -p 9009",
+ "build:storybook": "build-storybook -o ./storybook",
37
"build": "rm -rf dist && npm run build:prod",
38
"build:dev": "cross-env NODE_ENV=development rollup -c",
39
"build:prod": "cross-env NODE_ENV=production rollup -c",
0 commit comments