1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-24 02:30:36 +08:00

fix: 部署脚本修改

This commit is contained in:
喜欢芝士的妹妹
2022-06-27 09:35:54 +08:00
parent 9219edb7be
commit bac72ffaa5
3 changed files with 6 additions and 5 deletions

View File

@@ -6,6 +6,7 @@
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"build-image": "bash scripts/build_image.sh $npm_package_version",
"ali": "bash scripts/deploy.bash ali $npm_package_version",
"github": "bash scripts/deploy.bash github"
},