diff --git a/Jenkinsfile b/Jenkinsfile index 0de0661..706d595 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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'){