Update Jenkinsfile

This commit is contained in:
Marcin Szczepański 2019-11-24 14:02:40 +01:00
parent cd7d324640
commit 4b033f3bd0

2
Jenkinsfile vendored
View File

@ -48,7 +48,7 @@ pipeline {
git pull git pull
cd FrontEnd cd FrontEnd
npm install npm install
npx -p @angular/cli ng build --prod ./node_modules/@angular/cli/bin/ng build --prod
''' '''
} }
} }