Pārlūkot izejas kodu

更改yarn的国内源

vaecebyZ 9 mēneši atpakaļ
vecāks
revīzija
ab057f2ddf
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      .drone.yml

+ 1 - 0
.drone.yml

@@ -8,6 +8,7 @@ steps:
     image: node:16.10.0
     commands:
       - npm config set registry https://registry.npmmirror.com
+      - yarn config set registry https://registry.npmmirror.com
       - yarn 
       - yarn build:test