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

force npm install

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