From 4e21644180687be814d2a88b8845771dfbb04a00 Mon Sep 17 00:00:00 2001 From: ruan-cat <1219043956@qq.com> Date: Mon, 25 Mar 2024 16:18:18 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E5=B0=9D=E8=AF=95=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E9=85=8D=E7=BD=AE=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vercel.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 4f175a0..68f28b5 100644 --- a/vercel.json +++ b/vercel.json @@ -1,9 +1,10 @@ { "framework": "vuepress", - "buildCommand": "vuepress-vite build docs", "installCommand": "pnpm install", + "buildCommand": "pnpm -F @ruan-cat-vercel-monorepo-test/monorepo-1 docs:build", "outputDirectory": "src/.vuepress/dist", "devCommand": "vuepress-vite dev docs --clean-cache", + "nodeVersion": "18.x", "public": true, "git": { "deploymentEnabled": true