Use yarn for jeninks build
This commit is contained in:
@@ -18,9 +18,8 @@ node {
|
|||||||
stage('Build Frontend Assets') {
|
stage('Build Frontend Assets') {
|
||||||
docker.image('aoepeople/fe-build-env:1.1.0').inside() {
|
docker.image('aoepeople/fe-build-env:1.1.0').inside() {
|
||||||
ansiColor('xterm') {
|
ansiColor('xterm') {
|
||||||
sh "npm prune"
|
sh "yarn install"
|
||||||
sh "npm install"
|
sh "yarn run build"
|
||||||
sh "npm run build"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user