Oops forgot ng build
FarmMaps.Develop/FarmMapsLib/develop This commit looks good Details

pull/1/head
Willem Dantuma 2019-11-25 14:49:46 +01:00
parent e57b8297c0
commit fc84548d8a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ pipeline {
stage('build'){
steps {
sh '''ng build common
ng build common-map'''
'''
}
}
stage('npm publish'){