prod
校文 3 years ago
parent ccea225683
commit 552275229d

@ -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

Loading…
Cancel
Save