add Jenkinsfile

This commit is contained in:
2025-07-16 13:38:26 +08:00
parent dd84b128d7
commit 7611e51301

2
Jenkinsfile vendored
View File

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