lex %!s(int64=2) %!d(string=hai) anos
pai
achega
090d63f6ac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -21,7 +21,7 @@ pipeline {
         stage('build job') {
             steps {
                 sh 'node -v'
-                sh 'npm install && npm run build'
+                sh 'npm install --registry=https://registry.npmmirror.com && npm run build'
                 sh 'tar -zcf dist.tar.gz dist/'
             }
         }