From c0a7c6622787f991978f3560b0091ed301fda197 Mon Sep 17 00:00:00 2001 From: loser <1711788888@qq.com> Date: Fri, 3 Feb 2023 15:34:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ci=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d3e1522..075ce5b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: commands: - pwd - ls -alt - - npm config set registry https://registry.npm.taobao.org # 切换淘宝镜像 +# - npm config set registry https://registry.npm.taobao.org # 切换淘宝镜像 - npm install - npm run build when: