diff --git a/vercel.json b/vercel.json index 87b658b..6c73c3b 100644 --- a/vercel.json +++ b/vercel.json @@ -1,6 +1,6 @@ { + "installCommand": "pnpm install --ignore-scripts", "buildCommand": "pnpm build:common && pnpm build:client", - "installCommand": "pnpm -r install", "outputDirectory": "client/.next", - "framework": "nextjs" + "framework": null }