From b3a7329b4049e08d5c11b07f184e982829644fc7 Mon Sep 17 00:00:00 2001 From: Arvin Xu Date: Fri, 19 Apr 2024 23:31:54 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20chore:=20fix=20vercel=20deployme?= =?UTF-8?q?nt=20(#2104)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update vercel.json * add deps --- package.json | 1 + vercel.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" }