From a7ae035e3921b86e49e0afbc3bc8543ad49e7372 Mon Sep 17 00:00:00 2001 From: Dennis Torres Date: Tue, 13 Feb 2024 16:00:36 -0500 Subject: [PATCH] WIP --- packages/ui/vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }