diff --git a/Jenkinsfile b/Jenkinsfile index f348221..476efa7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { stages { stage('Build') { steps { - sh 'npm install -- production' + sh 'npm install --production' sh 'npm run build' sh 'npm run start' }