Browse Source

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

mingliang.yang 4 tháng trước cách đây
mục cha
commit
89728672f2
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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()
         }
     }
-}
+}