瀏覽代碼

更改yarn的国内源

vaecebyZ 9 月之前
父節點
當前提交
ab057f2ddf
共有 1 個文件被更改,包括 1 次插入0 次删除
  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