Explorar o código

Jenkinsfile 提交

weir %!s(int64=3) %!d(string=hai) anos
pai
achega
b5695494c2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      yudao-admin-ui/Jenkinsfile

+ 1 - 1
yudao-admin-ui/Jenkinsfile

@@ -25,7 +25,7 @@ pipeline {
     stage('构建') {
       steps {
         sh 'cnpm --prefix '+ "${env.APP_NAME}" +' install'
-        sh 'cnpm --prefix '+ "${env.APP_NAME}" +' run build:demo1024'
+        sh 'cnpm --prefix '+ "${env.APP_NAME}" +' run build:prod'
       }
     }