Browse Source

test drone

liubing 10 tháng trước cách đây
mục cha
commit
638c2cc969
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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