From 0d2f3c5c100f5ef758a4a59256a613e2f6faeef9 Mon Sep 17 00:00:00 2001 From: sanbuphy Date: Mon, 12 Jan 2026 13:05:43 +0800 Subject: [PATCH] ci: update vercel config with install command --- vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vercel.json b/vercel.json index ad8b340..0484c84 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,5 @@ { - "framework": "vite", "buildCommand": "npm run build", - "outputDirectory": "docs/.vitepress/dist" + "outputDirectory": "docs/.vitepress/dist", + "installCommand": "npm install" }