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执行完了'
             }
         }