From fa020ffd4cc8c575ca4b4678f9c99096784e21b6 Mon Sep 17 00:00:00 2001 From: Gong <534592533@qq.com> Date: Mon, 4 Sep 2023 16:57:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=BC=E5=BC=8F-4?= 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 9df48e9..2228bb5 100755 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,7 @@ steps: image: node:16.17 pull: if-not-exists commands: + - npm config set registry https://registry.npm.taobao.org/ - npm install - node --version - npm run build