diff --git a/vercel.json b/vercel.json index 1c71a719..2ac818f6 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,5 @@ { - "installCommand": "pnpm i", + "installCommand": "pnpm add -g pnpm@8.3.1 && pnpm i", "buildCommand": "pnpm docs:build", "devCommand": "pnpm docs:dev", "cleanUrls": true,