From 508a775e872cf60335c31cb69e27725313381d5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E4=BD=B3=E9=B8=BF?= <2446434034@qq.com> Date: Tue, 13 Aug 2024 18:34:17 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2872e9b..73b22ad 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,7 +19,8 @@ steps: commands: - pwd - ls -alt - - npm config set registry https://registry.npm.taobao.org + - npm config set registry https://registry.npmjs.org/ + - npm cache clean --force - npm install - name: build-vuepress