Skip to content

Commit

Permalink
Update vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
psirenny committed Feb 13, 2024
1 parent d80de26 commit cc03dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/vercel.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"buildCommand": "yarn workspace @spear-ai/ui run storybook:build",
"buildCommand": "yarn turbo run build && yarn workspace @spear-ai/ui run storybook:build",
"devCommand": "yarn workspace @spear-ai/ui run storybook:dev",
"installCommand": "yarn install",
"outputDirectory": "packages/ui/storybook-static"
Expand Down

0 comments on commit cc03dca

Please sign in to comment.