Skip to content

Commit

Permalink
Merge pull request hyperledger-archives#1527 from Artemkaaas/bugfix/n…
Browse files Browse the repository at this point in the history
…odejs

Nodejs cd pipeline fix
  • Loading branch information
jovfer authored Mar 13, 2019
2 parents ae74c1b + 78eb16a commit b8ae96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.cd
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,7 @@ def nodejsWrapperPublishing(testEnv, isRelease, library) {

testEnv.inside {
if (library == 'vcx') { // need addition step for VCX to create .js files
sh "cd $directory && npm run compile"
sh "cd $directory && npm i && npm run compile"
}

npmPublish(version, suffix, directory)
Expand Down

0 comments on commit b8ae96d

Please sign in to comment.