Add resumable.js to fesm2015
FarmMaps.Develop/FarmMapsLib/develop This commit looks good Details

pull/1/head
Willem Dantuma 2019-07-17 13:16:19 +02:00
parent 3ba6c61a18
commit b281f0bed8
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,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'''
}
}