diff --git a/apps/web/vercel.json b/apps/web/vercel.json index 345e8e1..0cc0ed0 100644 --- a/apps/web/vercel.json +++ b/apps/web/vercel.json @@ -1,5 +1,5 @@ { "$schema": "https://openapi.vercel.sh/vercel.json", - "buildCommand": "cd ../.. && pnpm install && pnpm --filter=@tpmjs/web... --filter=!@tpmjs/playground --filter=!@tpmjs/storybook build", + "buildCommand": "cd ../.. && pnpm install && turbo run build --filter=@tpmjs/web", "installCommand": "cd ../.. && pnpm install" }