alair 4 months ago
parent
commit
c6807bf382
2 changed files with 3 additions and 1 deletions
  1. 2 0
      .idea/.gitignore
  2. 1 1
      Jenkinsfile-ui

+ 2 - 0
.idea/.gitignore

@@ -0,0 +1,2 @@
+### IntelliJ IDEA ###
+.idea

+ 1 - 1
Jenkinsfile-ui

@@ -19,7 +19,7 @@ pipeline{
             steps {
                 nodejs('nodejs24.12.0') {
                     sh '''
-					npm i
+					npm install --registry=https://registry.npmmirror.com
 					npm run build:prod
 					'''
                 }