liubing 10 сар өмнө
parent
commit
638c2cc969
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -5,7 +5,7 @@ steps:
   - name: build
     image: node:14.21.3-bullseye
     commands:
-    - npm i
+    - npm i  --registry=https://registry.npmmirror.com
     - npm run build:prod
     - git rev-parse --short HEAD > dist/version
   - name: docker