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
cd FrontEnd
npm install
ng build --prod
npm run ng build --prod
'''
}
}