|
|
@ -35,8 +35,8 @@ steps: |
|
|
settings: |
|
|
settings: |
|
|
mirror: https://docker.mirrors.ustc.edu.cn |
|
|
mirror: https://docker.mirrors.ustc.edu.cn |
|
|
commands: |
|
|
commands: |
|
|
- npm config set registry https://registry.npm.taobao.org |
|
|
|
|
|
- npm config set sass_binary_site https://npm.taobao.org/mirrors/node-sass/ |
|
|
|
|
|
|
|
|
- npm config set registry https://registry.npmmirror.com/ |
|
|
|
|
|
# - npm config set sass_binary_site https://npm.taobao.org/mirrors/node-sass/ |
|
|
- npm install |
|
|
- npm install |
|
|
- npm run build |
|
|
- npm run build |
|
|
- ls dist |
|
|
- ls dist |
|
|
|