1.在本地yarn build,生成dist目录
2.在远程拉下dist项目
3.在本地项目中打开git bash,执行yarn cp,将打包的dist目录移到外部dist项目中
4.在dist项目中add commit