Upgrade @farmmaps/common-map to angular 8.2
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good

This commit is contained in:
Willem Dantuma
2019-11-25 15:31:42 +01:00
parent fc84548d8a
commit 529b1c9bd7
5 changed files with 266 additions and 291 deletions

View File

@@ -18,7 +18,7 @@ pipeline {
stage('build'){
steps {
sh '''ng build common
'''
ng build common-map'''
}
}
stage('npm publish'){
@@ -26,7 +26,9 @@ pipeline {
sh '''cd dist/common
npm version ${PACKAGE_VERSION}
npm publish
'''
cd ../common-map
npm version ${PACKAGE_VERSION}
npm publish'''
}
}