chore: Update pnpm to npm command

This commit is contained in:
CharleeWa 2023-12-27 09:57:49 +08:00
parent aa88e44044
commit abe5712bb8
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
[build]
base = "/"
publish = "dist"
command = "pnpm run build"
command = "npm run build"
[build.environment]
NODE_VERSION = "20"