🔨 chore: fix vercel deployment (#2104)

* Update vercel.json

* add deps
This commit is contained in:
Arvin Xu 2024-04-19 23:31:54 +08:00 committed by GitHub
parent a16368a31a
commit b3a7329b40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -207,6 +207,7 @@
"lodash": "^4.17.21",
"markdown-table": "^3.0.3",
"node-fetch": "^3.3.2",
"node-gyp": "^10.1.0",
"p-map": "^7.0.2",
"prettier": "^3.2.5",
"remark-cli": "^11.0.0",

View file

@ -1,3 +1,3 @@
{
"installCommand": "npx bun@1.1.3 install"
"installCommand": "bun install"
}