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
cd FrontEnd
npm install
npx -p @angular/cli ng build --prod
./node_modules/@angular/cli/bin/ng build --prod
'''
}
}