diff --git a/Jenkinsfile b/Jenkinsfile index 40ced27..2f76b6d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 ''' } }