Oops forgot ng build
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good

This commit is contained in:
Willem Dantuma 2019-11-25 14:49:46 +01:00
parent e57b8297c0
commit fc84548d8a

View File

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