Revert "Try to fix external js issue"

This reverts commit 8a5170a92c.
This commit is contained in:
Willem Dantuma
2019-07-17 16:55:17 +02:00
parent be97341cc0
commit 670cb6ceb5
4 changed files with 8 additions and 6 deletions

View File

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