diff --git a/.drone.yml b/.drone.yml index 22d1965..d4b950f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,6 +19,8 @@ steps: - name: install image: node:14 commands: + - yarn config set registry https://registry.npm.taobao.org --global + - yarn config set disturl https://npm.taobao.org/dist --global - yarn install - name: rebuild-cache image: meltwater/drone-cache @@ -94,6 +96,8 @@ steps: - name: install image: node:14 commands: + - yarn config set registry https://registry.npm.taobao.org --global + - yarn config set disturl https://npm.taobao.org/dist --global - yarn install - name: rebuild-cache image: meltwater/drone-cache