lobehub/vercel.json
Arvin Xu 78a5a94b13
chore: use bun in test CI and vercel CD (#192)
* 🔧 chore: try bun test ci

* 🔧 chore: update installCommand on vercel
2023-09-12 22:30:24 +08:00

3 lines
49 B
JSON

{
"installCommand": "pnpm i -g bun && bun i"
}