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

OZG-2958 OZG-3245 Fix NPM Proxy usage

parent 13f8850a
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ pipeline { ...@@ -60,7 +60,7 @@ pipeline {
sh 'npm --version' sh 'npm --version'
dir('goofy-client') { dir('goofy-client') {
sh 'echo "registry=https://nexus.ozg-sh.de/repository/npm-proxy" >> ~/.npmrc' sh 'echo "registry=https://nexus.ozg-sh.de/repository/npm-proxy" >> ~/.npmrc'
sh 'echo "_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 --legacy-peer-deps'
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment