diff --git a/Jenkinsfile2 b/Jenkinsfile2 index b13b5eb3..8b771e71 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -1,5 +1,3 @@ - - pipeline { agent { docker { @@ -13,9 +11,9 @@ pipeline { sh 'node --version' sh 'apk add git yarn npm' sh 'git config --global --add safe.directory /var/lib/jenkins/workspace/watcher-ts-testing' + sh 'npm config set registry https://git.vdb.to/api/packages/cerc-io/npm' sh 'yarn' sh 'yarn build' - sh 'npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm/' sh 'lerna publish from-package --no-git-tag-version --yes' } }