Try to fix external js issue
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good

This commit is contained in:
Willem Dantuma
2019-07-17 15:08:14 +02:00
parent b281f0bed8
commit 8a5170a92c
4 changed files with 6 additions and 8 deletions

View File

@@ -12,9 +12,7 @@ pipeline {
}
stage('build'){
steps {
sh '''ng build common
cp projects/common/src/assets/resumable.js dist/common/fesm2015
cp projects/common/src/assets/resumable.js dist/common/fesm5'''
sh '''ng build common'''
}
}
stage('npm publish'){