diff --git a/Jenkinsfile b/Jenkinsfile index 02b9656..a57f2c4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -49,7 +49,7 @@ pipeline { stage('Run') { steps { - sh "npm run start &" + sh "npm start &" } } @@ -73,6 +73,7 @@ pipeline { } } } + } } stage('Deploy') {