Fix typo
FarmMaps.Develop/FarmMapsLib/develop This commit looks good Details

pull/1/head
Willem Dantuma 2019-07-16 16:30:44 +02:00
parent 87718d1c3c
commit e03226ccc0
1 changed files with 1 additions and 1 deletions

View File

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