Skip to content

Commit

Permalink
Add storycap install step before building storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
indigolain committed Mar 26, 2024
1 parent 14b58d3 commit 5c26134
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/v8-vite5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prestorybook": "../../scripts/e2e-prestorybook.js .",
"prebuild-storybook": "../../scripts/e2e-prestorybook.js .",
"storycap:all": "yarn prestorybook && yarn test && storycap --verbose --server-timeout 100000 --server-cmd \"storybook dev -p 9009\" \"http://localhost:9009\""
},
"dependencies": {
Expand Down

0 comments on commit 5c26134

Please sign in to comment.