diff --git a/Jenkinsfile b/Jenkinsfile index c695f716f97c1d8df0f0ab1757b4fb8273c13a9f..442a4c55f2685e198b3faed405f0fef49c8529f7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -62,7 +62,8 @@ pipeline { sh 'echo "registry=https://nexus.ozg-sh.de/repository/npm-proxy" >> ~/.npmrc' sh 'echo "_auth=amVua2luczpQaihzX0ZNNFU5ZC8=" >> ~/.npmrc' - sh 'npm install --no-optional --force' + sh 'npm cache verify' + sh 'npm install --no-optional --legacy-peer-deps' if (env.BRANCH_NAME == 'release') { sh 'npm run ci-prodBuild'