From 74c77bae5ecbc2c5733f0401d4d5e8d2f3a94c4c Mon Sep 17 00:00:00 2001 From: Willem Dantuma Date: Mon, 31 Jan 2022 21:51:37 +0100 Subject: [PATCH] Fix build --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'){