aexiaoliou 1 년 전
부모
커밋
6b5946e383
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -84,7 +84,7 @@ pipeline {
                     cd ..
                 '''
                 echo '构建前端'
-                sh 'cd h5 && npm install && npm run build:test-on-server'
+                sh 'cd h5 && cnpm install && cnpm run build:test-on-server'
                 echo 'test step执行完了'
             }
         }