Add resumable.js to fesm2015
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good

This commit is contained in:
Willem Dantuma 2019-07-17 13:16:19 +02:00
parent 3ba6c61a18
commit b281f0bed8

View File

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