Update Jenkinsfile

This commit is contained in:
Marcin Szczepański 2019-11-24 13:21:00 +01:00
parent e067f4aaf8
commit 6b9b4f9f98

2
Jenkinsfile vendored
View File

@ -48,7 +48,7 @@ pipeline {
git pull git pull
cd FrontEnd cd FrontEnd
npm install npm install
ng build --prod npm run ng build --prod
''' '''
} }
} }