diff --git a/packages/ui/vercel.json b/packages/ui/vercel.json index 9e26d974..cf64f84d 100644 --- a/packages/ui/vercel.json +++ b/packages/ui/vercel.json @@ -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" }