研发图纸文件管理系统-前端项目
iczer
2020-06-28 8a780cca6ef910465d7707a3f3188b9eaa135670
chore: update scripts of deploy; :dog:
1个文件已修改
2 ■■■ 已修改文件
package.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
package.json
@@ -8,7 +8,7 @@
    "build": "vue-cli-service build",
    "lint": "vue-cli-service lint",
    "predeploy": "yarn build",
    "deploy": "gh-pages -d dist -r https://gitee.com/iczer/vue-antd-admin.git",
    "deploy": "gh-pages -d dist -b pages -r https://gitee.com/iczer/vue-antd-admin.git",
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs",
    "docs:deploy": "vuepress build docs && gh-pages -d docs/.vuepress/dist"