修改jenkinfile
parent
2714574060
commit
d9010d4bf8
|
|
@ -22,8 +22,7 @@ pipeline {
|
||||||
sh "npm config set registry https://registry.npmmirror.com"
|
sh "npm config set registry https://registry.npmmirror.com"
|
||||||
sh "npm install -g pnpm"
|
sh "npm install -g pnpm"
|
||||||
sh "pnpm install"
|
sh "pnpm install"
|
||||||
sh "npm install -g vite"
|
sh "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode test"
|
||||||
sh "vite --mode env.test"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue