Skip to content

Commit

Permalink
storybook fix (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann authored Apr 19, 2024
1 parent d002913 commit 2b64096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"prepack": "npm run build && npm run build:next",
"prepare": "husky",
"release": "changeset publish",
"start:storybook": "npm run build && cd docs/storybook && npm run storybook",
"start:storybook": "npm run build && npm run build:next && cd docs/storybook && npm run storybook",
"test": "jest --verbose --coverage"
},
"prettier": "@github/prettier-config",
Expand Down

0 comments on commit 2b64096

Please sign in to comment.