Explorar el Código

Jenkinsfile 提交

weir hace 3 años
padre
commit
b5695494c2
Se han modificado 1 ficheros con 1 adiciones y 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'
       }
     }