From e24536858ace1f7d10e67b1b7fe35da5144c8d98 Mon Sep 17 00:00:00 2001 From: Erik Tiekstra Date: Fri, 10 Sep 2021 09:30:15 +0200 Subject: [PATCH] Updated prod Jenkins file --- openshift/prod/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/prod/Jenkinsfile b/openshift/prod/Jenkinsfile index dc101ba..a4bb220 100644 --- a/openshift/prod/Jenkinsfile +++ b/openshift/prod/Jenkinsfile @@ -107,7 +107,7 @@ pipeline { steps { echo '### Building application... ###' sh ''' - npm run build -- --prod + npm run build-os -- --version ${BUILD_TAG} cp -r nginx/* ${NGINX_PATH} ''' echo '### Application built! ###'