diff --git a/Jenkinsfile.develop b/Jenkinsfile.develop index 2552588..b7a11f4 100644 --- a/Jenkinsfile.develop +++ b/Jenkinsfile.develop @@ -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'){