diff --git a/Jenkinsfile2 b/Jenkinsfile2 index ad8cf755..0b13085d 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -14,7 +14,7 @@ pipeline { sh 'npm config set registry https://git.vdb.to/api/packages/cerc-io/npm' sh 'yarn' sh 'yarn build' - sh 'sudo npm install --g lerna' + sh 'npm install --g lerna' sh 'lerna publish from-package --no-git-tag-version --yes' } }