Set babel cache path

This commit is contained in:
Tom Raithel
2017-03-09 10:37:54 +01:00
parent ec43a8d8c6
commit 6b33ac6bcf

View File

@@ -18,7 +18,7 @@ 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 "yarn install" sh "BABEL_CACHE_PATH=/tmp/.babel yarn install"
sh "yarn run build" sh "yarn run build"
} }
} }