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