Skip to content

Commit

Permalink
🔨 chore: fix vercel deployment (lobehub#2104)
Browse files Browse the repository at this point in the history
* Update vercel.json

* add deps
  • Loading branch information
arvinxx committed Apr 19, 2024
1 parent a16368a commit b3a7329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"installCommand": "npx bun@1.1.3 install"
"installCommand": "bun install"
}

0 comments on commit b3a7329

Please sign in to comment.