lex 2 rokov pred
rodič
commit
47406cf16b
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -25,7 +25,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 ${BUILD_FILE} dist/"
             }
         }