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