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

OZG-3259 OZG-3436 Remove --legacy-peer-deps

parent 625d5fdd
Branches
Tags
No related merge requests found
...@@ -67,7 +67,7 @@ pipeline { ...@@ -67,7 +67,7 @@ pipeline {
sh 'echo "//nexus.ozg-sh.de/:_auth=amVua2luczpQaihzX0ZNNFU5ZC8=" >> ~/.npmrc' sh 'echo "//nexus.ozg-sh.de/:_auth=amVua2luczpQaihzX0ZNNFU5ZC8=" >> ~/.npmrc'
sh 'npm cache verify' sh 'npm cache verify'
sh 'npm install --legacy-peer-deps' sh 'npm install'
if (isReleaseBranch()) { if (isReleaseBranch()) {
sh 'npm run ci-prodBuild' 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