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