From e3fb02d56c70bce5b4dea24743f069d2ba881ff0 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Wed, 21 Aug 2024 11:30:01 +0800 Subject: [PATCH] ci/cd --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1a3975e..af0214c 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.npm.taobao.org - #- set NODE_OPTIONS=--openssl-legacy-provider -# - npm install + - npm config set registry https://registry.npm.taobao.org + - set NODE_OPTIONS=--openssl-legacy-provider + - npm install - npm run build - ls /app/build/$DRONE_REPO_NAME/ - echo $NODE_MODULES_PATH