Browse Source

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

mingliang.yang 3 months ago
parent
commit
48dc6ed3b7
1 changed files with 2 additions and 2 deletions
  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()
         }
     }
-}
+}