diff --git a/vercel.json b/vercel.json index 769b39d..b2e045d 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,3 @@ { - "framework": "nextjs", - "buildCommand": "pnpm --filter @originmain/app run build", - "installCommand": "pnpm install --frozen-lockfile" + "installCommand": "cd ../.. && pnpm install --frozen-lockfile" }