修改jenkinfile

pull/551/head
痴货 2024-09-07 11:02:11 +08:00
parent a645fa11ab
commit 407c7eba43
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -22,7 +22,7 @@ pipeline {
sh "npm config set registry https://registry.npmmirror.com"
sh "npm install -g pnpm"
sh "pnpm install"
sh "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode test"
sh "npm run build:test"
}
}