Skip to content

Commit

Permalink
fix jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelchanrion committed Sep 9, 2019
1 parent 14e9ed9 commit b7a9b9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Expand Up @@ -49,7 +49,7 @@ pipeline {

stage('Run') {
steps {
sh "npm run start &"
sh "npm start &"
}
}

Expand All @@ -73,6 +73,7 @@ pipeline {
}
}
}
}
}

stage('Deploy') {
Expand Down

0 comments on commit b7a9b9f

Please sign in to comment.