diff --git a/vercel.json b/vercel.json index e5750bb..372c5ae 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,5 @@ { - "buildCommand": "npm run vercel-build", - "installCommand": "npm install", + "buildCommand": "pnpm run vercel-build", + "installCommand": "pnpm install", "framework": "nextjs" } \ No newline at end of file