Update Jenkinsfile2

Removed unknown sudo
This commit is contained in:
Lance Seidman 2023-02-07 10:47:11 -08:00 committed by GitHub
parent b24e7dc41a
commit fa5958f40f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'
}
}