Fix build
FarmMaps/FarmMapsLib/pipeline/head This commit looks good Details
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good Details

AW-4620
Willem Dantuma 2022-01-31 21:51:37 +01:00
parent b22278a75f
commit 74c77bae5e
1 changed files with 3 additions and 3 deletions

6
Jenkinsfile vendored
View File

@ -20,9 +20,9 @@ pipeline {
}
stage('build'){
steps {
sh '''ng build common
ng build common-map
ng build common-map3d'''
sh '''ng build common --configuration production
ng build common-map --configuration production
ng build common-map3d --configuration production'''
}
}
stage('npm publish'){