diff --git a/Jenkinsfile b/Jenkinsfile index 0e33271..7167551 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,9 +19,6 @@ pipeline { stage('Install & Build') { steps { sh ''' - rm -rf node_modules package-lock.json dist - npm cache clean --force - npm config set registry https://registry.npmmirror.com npm install --legacy-peer-deps npx vue-cli-service build '''