Forgot old reference tot resumablejs
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good

This commit is contained in:
Willem Dantuma 2019-07-18 19:04:17 +02:00
parent ff30ad1cbe
commit 4770ffed0d

View File

@ -12,9 +12,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'''
} }
} }
stage('npm publish'){ stage('npm publish'){