diff --git a/package.json b/package.json index b330baa59e45..b3085abae9db 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/vercel.json b/vercel.json index 8c0d187241ff..78c7b3797023 100644 --- a/vercel.json +++ b/vercel.json @@ -1,3 +1,3 @@ { - "installCommand": "npx bun@1.1.3 install" + "installCommand": "bun install" }