jenkinsfile web project dir

This commit is contained in:
Andy Pack 2023-04-24 00:33:55 +01:00
parent 1c96faf1f1
commit e8a2375ad4
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -11,8 +11,10 @@ pipeline {
stage('Build Javascript') { stage('Build Javascript') {
steps { steps {
sh "npm ci" dir ('Selector.Web') {
sh "npm run build --if-present" sh "npm ci"
sh "npm run build --if-present"
}
} }
} }
stage('Test') { stage('Test') {