Update jenkins file

This commit is contained in:
Tom Raithel
2017-03-09 10:39:17 +01:00
parent 6b33ac6bcf
commit 01f021e164

View File

@@ -19,7 +19,7 @@ node {
docker.image('aoepeople/fe-build-env:1.1.0').inside() {
ansiColor('xterm') {
sh "BABEL_CACHE_PATH=/tmp/.babel yarn install"
sh "yarn run build"
sh "BABEL_CACHE_PATH=/tmp/.babel yarn run build"
}
}
}