From eb96599ea336315e5804d91d32fcadd62adc04e5 Mon Sep 17 00:00:00 2001 From: jiannibang <271381693@qq.com> Date: Tue, 6 Jun 2023 14:23:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1db2811..4d61bbd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -73,13 +73,14 @@ steps: settings: mirror: https://docker.mirrors.ustc.edu.cn commands: - - npm config set registry https://registry.npm.taobao.org - - npm config set sass_binary_site https://npm.taobao.org/mirrors/node-sass/ - - cd ./src/base_mobile_map_sdk - - npm install - - cd ../../ - - npm install - - npm run build + - npm config set registry https://registry.npm.taobao.org + - npm config set sass_binary_site https://npm.taobao.org/mirrors/node-sass/ + - npm install bcrypt + - cd ./src/base_mobile_map_sdk + - npm install + - cd ../../ + - npm install + - npm run build when: branch: - dev