Update Jenkinsfile2

Added lerna install
This commit is contained in:
Lance Seidman 2023-02-07 10:44:17 -08:00 committed by GitHub
parent bd4e2b3a88
commit b24e7dc41a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +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 'lerna publish from-package --no-git-tag-version --yes'
}
}