Skip to content

Commit

Permalink
changed to stable tag in npm
Browse files Browse the repository at this point in the history
  • Loading branch information
amitgilad3 authored Apr 3, 2017
1 parent a925703 commit 621d9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pipeline {
stages {
stage('pre') {
steps {
sh("npm i -g bit-bin")
sh("npm i -g bit-bin@stable")
}
}
stage('build') {
Expand Down

0 comments on commit 621d9be

Please sign in to comment.