From 25da31b03440e14ac2de07ffc73d075c54a9256e Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Thu, 3 Oct 2024 17:25:47 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index d1c91ec..15b7821 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,9 +20,9 @@ steps: - npm -v - mkdir -p ./node_modules - export NODE_MODULES_PATH=`pwd`/node_modules - - npm config set registry https://registry.npmmirror.com - - set NODE_OPTIONS=--openssl-legacy-provider - - npm install +# - npm config set registry https://registry.npmmirror.com +# - set NODE_OPTIONS=--openssl-legacy-provider +# - npm install - npm run build - echo $NODE_MODULES_PATH - cp -r dist /app/build/$DRONE_REPO_NAME