add Jenkinsfile

This commit is contained in:
2025-07-16 09:58:27 +08:00
parent 84d56fd05b
commit 15d3b164ce

2
Jenkinsfile vendored
View File

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