Forgot old reference tot resumablejs
FarmMaps.Develop/FarmMapsLib/develop This commit looks good Details

pull/1/head
Willem Dantuma 2019-07-18 19:04:17 +02:00
parent ff30ad1cbe
commit 4770ffed0d
1 changed files with 1 additions and 3 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'){