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" } }