chore: adjust edgeone build commands

This commit is contained in:
Simon
2025-09-22 13:57:03 +08:00
parent 5abb65c34d
commit bc7384f3e0

View File

@@ -3,8 +3,8 @@
"type": "static" "type": "static"
}, },
"staticAssets": { "staticAssets": {
"installCommand": "pnpm install", "installCommand": "npm install",
"buildCommand": "pnpm run build", "buildCommand": "npm run build",
"outputDir": "docs/.vitepress/dist" "outputDir": "docs/.vitepress/dist"
} }
} }