add Jenkinsfile

This commit is contained in:
2025-07-16 11:39:59 +08:00
parent 9e24920a65
commit dd84b128d7

2
Jenkinsfile vendored
View File

@ -23,7 +23,7 @@ pipeline {
echo "当前目录: $(pwd)"
rm -rf dist
npm install --legacy-peer-deps
npx vue-cli-service build
./node_modules/.bin/vue-cli-service build
'''
}
}