Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
psirenny committed Feb 13, 2024
1 parent cc03dca commit a7ae035
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,7 +1,7 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"buildCommand": "yarn turbo run build && yarn workspace @spear-ai/ui run storybook:build",
"devCommand": "yarn workspace @spear-ai/ui run storybook:dev",
"devCommand": "yarn turbo run build && yarn turbo run dev",
"installCommand": "yarn install",
"outputDirectory": "packages/ui/storybook-static"
}

0 comments on commit a7ae035

Please sign in to comment.