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 ''' sh '''
rm -rf dist rm -rf dist
npm install npm install
export PATH=$PATH:./node_modules/.bin npx vue-cli-service build
vue-cli-service build
''' '''
} }
} }