Jenkins - use yarn for building (#2067)

This commit is contained in:
Danny Skubak 2018-07-13 21:14:34 -04:00 committed by Daniel Ternyak
parent 97bfbba51f
commit 4db281bc9a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ pipeline {
S3_BUCKET_NAME = 'REDACTED'
}
steps {
sh 'npm run jenkins:build:linux'
sh 'yarn run jenkins:build:linux'
}
}
stage('Upload') {