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 dcf9144 commit 84a73f6Copy full SHA for 84a73f6
package.json
@@ -24,7 +24,7 @@
24
"access": "public"
25
},
26
"scripts": {
27
- "storybook": "start-storybook -p 9009 -s public",
+ "start": "start-storybook -p 9009 -s public",
28
"build:storybook": "build-storybook -s public -o ./storybook",
29
"build": "rm -rf dist && npm run build:prod",
30
"build:dev": "cross-env NODE_ENV=development rollup -c",
0 commit comments