Skip to content
Snippets Groups Projects
Commit 5fcfbf15 authored by OZGCloud's avatar OZGCloud
Browse files

try with --legacy-peer-deps and cache verify

parent 528ee2cc
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment