Skip to content

Commit 2b64096

Browse files
storybook fix (#913)
1 parent d002913 commit 2b64096

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
@@ -43,7 +43,7 @@
4343
"prepack": "npm run build && npm run build:next",
4444
"prepare": "husky",
4545
"release": "changeset publish",
46-
"start:storybook": "npm run build && cd docs/storybook && npm run storybook",
46+
"start:storybook": "npm run build && npm run build:next && cd docs/storybook && npm run storybook",
4747
"test": "jest --verbose --coverage"
4848
},
4949
"prettier": "@github/prettier-config",

0 commit comments

Comments
 (0)