aexiaoliou 1 year ago
parent
commit
6b5946e383
1 changed files with 1 additions and 1 deletions
  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执行完了'
             }
         }