From 12621bf74314c9d70f42e4be0410cf437f225a4f Mon Sep 17 00:00:00 2001 From: root Date: Wed, 2 Jun 2021 07:40:44 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 59c8bd2..083c4e1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,7 @@ steps: - node -v - npm -v - yarn --version + - yarn config set registry https://registry.npm.taobao.org - yarn install - yarn run test - name: publish