fix: update installation command to default pnpm install for all deps in vercel build config

This commit is contained in:
Anda Toshiki 2023-06-12 00:43:20 +08:00
parent d49553a9bd
commit 2b35f86a23

View File

@ -1,5 +1,5 @@
{
"installCommand": "pnpm install --no-frozen-lockfile",
"installCommand": "pnpm i",
"buildCommand": "pnpm docs:build",
"devCommand": "pnpm docs:dev",
"cleanUrls": true,