修改jenkinfile

pull/551/head
痴货 2024-09-06 21:15:11 +08:00
parent 2714574060
commit d9010d4bf8
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

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