midify the Jenkinsfile

This commit is contained in:
2025-07-16 09:11:43 +08:00
parent 3a7f196683
commit 47453faf77

6
Jenkinsfile vendored
View File

@ -19,9 +19,9 @@ pipeline {
stage('Install & Build') { stage('Install & Build') {
steps { steps {
sh ''' sh '''
rm -rf dist rm -rf dist node_modules package-lock.json
npm install npm install --legacy-peer-deps
npx vue-cli-service build ./node_modules/.bin/vue-cli-service build
''' '''
} }
} }