diff --git a/Jenkinsfile b/Jenkinsfile index db5e270..96a180a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -48,7 +48,7 @@ pipeline { git pull cd FrontEnd npm install - npm run ng build --prod + npx -p @angular/cli ng build --prod ''' } }