Always build even on development branch.

This commit is contained in:
Harrison Deng 2022-04-19 17:31:23 -05:00
parent 86cbd9440d
commit 9a940ea55d

3
Jenkinsfile vendored
View File

@ -17,9 +17,6 @@ pipeline {
}
}
stage("build") {
when {
branch "master"
}
steps {
nodejs('NodeJS (17.4.0)') {
sh "npm run build:prod"