From 528ee2cc9d76c123f46447baf756b688b64f2c07 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Thu, 11 Aug 2022 14:47:46 +0200 Subject: [PATCH] force npm install --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index df78c67cae..c695f716f9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -62,7 +62,7 @@ pipeline { sh 'echo "registry=https://nexus.ozg-sh.de/repository/npm-proxy" >> ~/.npmrc' sh 'echo "_auth=amVua2luczpQaihzX0ZNNFU5ZC8=" >> ~/.npmrc' - sh 'npm install --no-optional' + sh 'npm install --no-optional --force' if (env.BRANCH_NAME == 'release') { sh 'npm run ci-prodBuild' -- GitLab