修改jenkinfile
parent
9db21283df
commit
4135f11434
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue