modify the Jenkinsfile

This commit is contained in:
2025-07-16 08:55:32 +08:00
parent 5b63187e11
commit cabf95cce9

3
Jenkinsfile vendored
View File

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