diff --git a/apps/web/vercel.json b/apps/web/vercel.json index f56dba2..4b04a84 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 --filter=@tpmjs/web build", + "buildCommand": "cd ../.. && pnpm install && pnpm --filter=@tpmjs/web... build", "installCommand": "pnpm install" }