Selaa lähdekoodia

更新 'Jenkinsfile'

sifu-gogs 2 vuotta sitten
vanhempi
commit
31f72c1f9a
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

@@ -14,6 +14,7 @@ pipeline {
                     sh 'npm install yarn -g --registry https://registry.npm.taobao.org'
                     sh 'yarn config set registry https://registry.npm.taobao.org/'
                     sh 'yarn install'
+                    sh 'yarn add async-validator@1.11.5'
                     sh 'yarn run build:prod'
                 }
                 sh 'docker build -t ${BRANCH_NAME}:${BUILD_NUMBER} .'