diff --git a/Jenkinsfile b/Jenkinsfile index 68cee25..a218d87 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ pipeline { stage('Build') { steps { - sh 'npm build' // Build the project + sh 'npm run build' // Build the project } }