diff --git a/Jenkinsfile b/Jenkinsfile index b1de289..b994b42 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,8 +8,8 @@ pipeline { stages { stage('Build') { steps { - // sh 'npm install' - // sh 'npm run build' + sh 'npm install' + sh 'npm run build' } }