Skip to content

Commit 5d8a171

Browse files
WesSouzaarturbien
authored andcommitted
chore: remove "-s public" from storybook CLI given it doesn't exist
1 parent 9019162 commit 5d8a171

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"access": "public"
3333
},
3434
"scripts": {
35-
"start": "start-storybook -p 9009 -s public",
36-
"build:storybook": "build-storybook -s public -o ./storybook",
35+
"start": "start-storybook -p 9009",
36+
"build:storybook": "build-storybook -o ./storybook",
3737
"build": "rm -rf dist && npm run build:prod",
3838
"build:dev": "cross-env NODE_ENV=development rollup -c",
3939
"build:prod": "cross-env NODE_ENV=production rollup -c",

0 commit comments

Comments
 (0)