Ver código fonte

check version

aexiaoliou 1 ano atrás
pai
commit
20aedc53af
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

@@ -86,6 +86,7 @@ pipeline {
                 echo '构建前端'
                 sh '''
                     bash
+                    fnm current
                     cd h5 && cnpm install && cnpm run build:test-on-server
                 '''
                 echo 'test step执行完了'