Skip to content

Commit 84a73f6

Browse files
committed
style(package.json): run storybook on 'npm start'
1 parent dcf9144 commit 84a73f6

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
@@ -24,7 +24,7 @@
2424
"access": "public"
2525
},
2626
"scripts": {
27-
"storybook": "start-storybook -p 9009 -s public",
27+
"start": "start-storybook -p 9009 -s public",
2828
"build:storybook": "build-storybook -s public -o ./storybook",
2929
"build": "rm -rf dist && npm run build:prod",
3030
"build:dev": "cross-env NODE_ENV=development rollup -c",

0 commit comments

Comments
 (0)