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