diff --git a/Jenkinsfile b/Jenkinsfile index aed4a68..bb811ee 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,8 @@ pipeline { branch 'main' } steps { - sh 'npm run compile' + sh 'ls -la' + //sh 'npm run compile' } } stage('git push') {