Fix build
This commit is contained in:
parent
b22278a75f
commit
74c77bae5e
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -20,9 +20,9 @@ pipeline {
|
||||
}
|
||||
stage('build'){
|
||||
steps {
|
||||
sh '''ng build common
|
||||
ng build common-map
|
||||
ng build common-map3d'''
|
||||
sh '''ng build common --configuration production
|
||||
ng build common-map --configuration production
|
||||
ng build common-map3d --configuration production'''
|
||||
}
|
||||
}
|
||||
stage('npm publish'){
|
||||
|
Loading…
Reference in New Issue
Block a user