Fix typo
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good

This commit is contained in:
Willem Dantuma 2019-07-16 16:30:44 +02:00
parent 87718d1c3c
commit e03226ccc0

View File

@ -9,7 +9,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/fesm5 cp projects/common/src/assets/resumable.js dist/common/fesm5'''
} }
} }
} }