diff --git a/Jenkinsfile b/Jenkinsfile index b994b42..76236a6 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' } } @@ -20,6 +20,7 @@ pipeline { steps{ echo "====== its a dev!!! ======" + sh 'pwd' } }