From 4b033f3bd06d616119932e90ba17950faea874bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Szczepa=C5=84ski?= Date: Sun, 24 Nov 2019 14:02:40 +0100 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ''' } }