|
|
|
@ -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 |
|
|
|
|