Skip to content

Commit

Permalink
fix: build ably-ui package before building storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehenson committed May 14, 2024
1 parent c8c9750 commit 7534b33
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 @@ -61,7 +61,7 @@
"release": "./scripts/release.sh",
"start": "vite --port 5000",
"storybook": "yarn build && storybook dev -p 6006 --no-version-updates",
"build-storybook": "storybook build -o preview"
"build-storybook": "yarn build && storybook build -o preview"
},
"dependencies": {
"addsearch-js-client": "^0.7.0",
Expand Down

0 comments on commit 7534b33

Please sign in to comment.