aexiaoliou 1 vuosi sitten
vanhempi
commit
4962f99242
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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