From dd8f06ba6d0340a0177381a83429abea0b3f0cbb Mon Sep 17 00:00:00 2001 From: Dennis Torres Date: Tue, 13 Feb 2024 16:16:01 -0500 Subject: [PATCH] Deploy to Vercel --- packages/ui/vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui/vercel.json b/packages/ui/vercel.json index bcb5abfa..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 workspace @spear-ai/ui run storybook:build", - "devCommand": "yarn workspace @spear-ai/ui run storybook:dev", + "buildCommand": "yarn turbo run build && yarn workspace @spear-ai/ui run storybook:build", + "devCommand": "yarn turbo run build && yarn turbo run dev", "installCommand": "yarn install", "outputDirectory": "packages/ui/storybook-static" }