🔧 chore: use pnpm for Vercel install command (#11568)

update
This commit is contained in:
Arvin Xu 2026-01-17 18:48:19 +08:00 committed by GitHub
parent 311d4fec6d
commit 4c1cff9fc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
{
"buildCommand": "bun run build:vercel",
"installCommand": "npx bun@1.2.23 install"
"installCommand": "npx pnpm@10.26.2 install"
}