From bc7384f3e062d5106cb6e34b49cc45d91f152ddd Mon Sep 17 00:00:00 2001 From: Simon <85533298+handsomezhuzhu@users.noreply.github.com> Date: Mon, 22 Sep 2025 13:57:03 +0800 Subject: [PATCH] chore: adjust edgeone build commands --- edgeone.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/edgeone.json b/edgeone.json index 4ecd0d2..2b994b5 100644 --- a/edgeone.json +++ b/edgeone.json @@ -3,8 +3,8 @@ "type": "static" }, "staticAssets": { - "installCommand": "pnpm install", - "buildCommand": "pnpm run build", + "installCommand": "npm install", + "buildCommand": "npm run build", "outputDir": "docs/.vitepress/dist" } }