Use yarn for jeninks build

This commit is contained in:
Tom Raithel
2017-03-09 10:29:37 +01:00
parent 1c84624e3d
commit ec43a8d8c6
2 changed files with 3378 additions and 3 deletions

View File

@@ -18,9 +18,8 @@ node {
stage('Build Frontend Assets') {
docker.image('aoepeople/fe-build-env:1.1.0').inside() {
ansiColor('xterm') {
sh "npm prune"
sh "npm install"
sh "npm run build"
sh "yarn install"
sh "yarn run build"
}
}
}

3376
yarn.lock Normal file

File diff suppressed because it is too large Load Diff