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