Showing
2 changed files
with
8 additions
and
8 deletions
| ... | @@ -31,13 +31,13 @@ | ... | @@ -31,13 +31,13 @@ |
| 31 | "remove_tar": "rm -rf dist.tar.gz", | 31 | "remove_tar": "rm -rf dist.tar.gz", |
| 32 | "remove_dist": "rm -rf front", | 32 | "remove_dist": "rm -rf front", |
| 33 | "dev_upload": "npm run build_tar && npm run scp-dev && npm run dec-dev && npm run remove_tar && npm run remove_dist", | 33 | "dev_upload": "npm run build_tar && npm run scp-dev && npm run dec-dev && npm run remove_tar && npm run remove_dist", |
| 34 | - "oa_upload": "npm run build_tar && npm run scp-oa && npm run dec-oa && npm run remove_tar", | 34 | + "oa_upload": "npm run build_tar && npm run scp-oa && npm run dec-oa && npm run remove_tar && npm run remove_dist", |
| 35 | - "mituo_upload": "npm run build_tar && npm run scp-mituo && npm run dec-mituo && npm run remove_tar", | 35 | + "mituo_upload": "npm run build_tar && npm run scp-mituo && npm run dec-mituo && npm run remove_tar && npm run remove_dist", |
| 36 | - "guanzong_upload": "npm run build_tar && npm run scp-guanzong && npm run dec-guanzong && npm run remove_tar", | 36 | + "guanzong_upload": "npm run build_tar && npm run scp-guanzong && npm run dec-guanzong && npm run remove_tar && npm run remove_dist", |
| 37 | - "baorong_upload": "npm run build_tar && npm run scp-baorong && npm run dec-baorong && npm run remove_tar", | 37 | + "baorong_upload": "npm run build_tar && npm run scp-baorong && npm run dec-baorong && npm run remove_tar && npm run remove_dist", |
| 38 | - "taishan_upload": "npm run build_tar && npm run scp-taishan && npm run dec-taishan && npm run remove_tar", | 38 | + "taishan_upload": "npm run build_tar && npm run scp-taishan && npm run dec-taishan && npm run remove_tar && npm run remove_dist", |
| 39 | - "xys_upload": "npm run build_tar && npm run scp-xys && npm run dec-xys && npm run remove_tar", | 39 | + "xys_upload": "npm run build_tar && npm run scp-xys && npm run dec-xys && npm run remove_tar && npm run remove_dist", |
| 40 | - "zentea_upload": "npm run build_tar && npm run scp-zentea && npm run dec-zentea && npm run remove_tar", | 40 | + "zentea_upload": "npm run build_tar && npm run scp-zentea && npm run dec-zentea && npm run remove_tar && npm run remove_dist", |
| 41 | "all_upload": "npm run dev_upload && npm run oa_upload && npm run mituo_upload && npm run guanzong_upload && npm run baorong_upload && npm run taishan_upload" | 41 | "all_upload": "npm run dev_upload && npm run oa_upload && npm run mituo_upload && npm run guanzong_upload && npm run baorong_upload && npm run taishan_upload" |
| 42 | }, | 42 | }, |
| 43 | "dependencies": { | 43 | "dependencies": { | ... | ... |
| ... | @@ -683,7 +683,7 @@ aggregate-error@^3.0.0: | ... | @@ -683,7 +683,7 @@ aggregate-error@^3.0.0: |
| 683 | 683 | ||
| 684 | animate.css@^4.1.1: | 684 | animate.css@^4.1.1: |
| 685 | version "4.1.1" | 685 | version "4.1.1" |
| 686 | - resolved "https://registry.npmjs.org/animate.css/-/animate.css-4.1.1.tgz" | 686 | + resolved "https://mirrors.cloud.tencent.com/npm/animate.css/-/animate.css-4.1.1.tgz#614ec5a81131d7e4dc362a58143f7406abd68075" |
| 687 | integrity sha512-+mRmCTv6SbCmtYJCN4faJMNFVNN5EuCTTprDTAo7YzIGji2KADmakjVA3+8mVDkZ2Bf09vayB35lSQIex2+QaQ== | 687 | integrity sha512-+mRmCTv6SbCmtYJCN4faJMNFVNN5EuCTTprDTAo7YzIGji2KADmakjVA3+8mVDkZ2Bf09vayB35lSQIex2+QaQ== |
| 688 | 688 | ||
| 689 | ansi-colors@4.1.1: | 689 | ansi-colors@4.1.1: | ... | ... |
-
Please register or login to post a comment