modify the Jenkinsfile

This commit is contained in:
2025-07-16 08:59:05 +08:00
parent cabf95cce9
commit 3a7f196683

3
Jenkinsfile vendored
View File

@ -21,8 +21,7 @@ pipeline {
sh '''
rm -rf dist
npm install
export PATH=$PATH:./node_modules/.bin
vue-cli-service build
npx vue-cli-service build
'''
}
}