diff --git a/vercel.json b/vercel.json index b7116e75..1c71a719 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,5 @@ { - "installCommand": "pnpm install --no-frozen-lockfile", + "installCommand": "pnpm i", "buildCommand": "pnpm docs:build", "devCommand": "pnpm docs:dev", "cleanUrls": true,