From 925b3de4f981ae9622c2c87a238be9141f2f167d Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Thu, 3 Oct 2024 17:21:26 +0800 Subject: [PATCH] =?UTF-8?q?build=20:=20=E5=90=AF=E5=8A=A8npm=20install?= 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 a877aa2..d1c91ec 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,7 @@ steps: - npm -v - mkdir -p ./node_modules - export NODE_MODULES_PATH=`pwd`/node_modules - # - npm config set registry https://registry.npmmirror.com + - npm config set registry https://registry.npmmirror.com - set NODE_OPTIONS=--openssl-legacy-provider - npm install - npm run build