From 790cac67ef8d2c4ddcd776120ef19029f5e53265 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Sat, 3 Aug 2024 21:30:26 +0800 Subject: [PATCH] =?UTF-8?q?feat=20:=20=E5=AE=A1=E6=89=B9=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E6=89=93=E5=8D=B0?= 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 0a5a8ff..e0b66f4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,9 +25,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 - ls /app/build/$DRONE_REPO_NAME/ - echo $NODE_MODULES_PATH