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