Update jenkins file
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user