Explorar el Código

fix: 2025-02-13 添加jenkines打包文件

mingliang.yang hace 3 meses
padre
commit
89728672f2
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      Jenkinsfile

+ 3 - 3
Jenkinsfile

@@ -18,8 +18,8 @@ pipeline {
 
         stage('Build') {
             steps {
-                // 构建Vue项目
-                sh 'npm run build'
+                // 构建Vue项目(开发环境)
+                sh 'npm run build:dev'
             }
         }
 
@@ -39,4 +39,4 @@ pipeline {
             cleanWs()
         }
     }
-}
+}