瀏覽代碼

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

mingliang.yang 3 月之前
父節點
當前提交
48dc6ed3b7
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -12,7 +12,7 @@ pipeline {
         stage('Install Dependencies') {
             steps {
                 // 安装项目依赖
-                sh 'npm install'
+                sh 'pnpm install'
             }
         }
 
@@ -39,4 +39,4 @@ pipeline {
             cleanWs()
         }
     }
-}
+}