add Jenkinsfile

This commit is contained in:
2025-07-16 09:42:25 +08:00
parent d00fc2b94f
commit 286fc38c4c

4
Jenkinsfile vendored
View File

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