소스 검색

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()
         }
     }
-}
+}