修改jenkinfile

pull/551/head
痴货 2024-09-06 21:09:21 +08:00
parent 9db21283df
commit 4135f11434
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -22,6 +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"
}
}