@@ -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'){
|
||||
|
Reference in New Issue
Block a user