浏览代码

美莱德打包命令

seyason 11 月之前
父节点
当前提交
d2577afff7
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      fhKeeper/formulahousekeeper/copy_deploy_files.bat

+ 5 - 0
fhKeeper/formulahousekeeper/copy_deploy_files.bat

@@ -0,0 +1,5 @@
+xcopy timesheet\dist\* timesheet_deploy\static_pc\dist\ /y /e /i /q
+xcopy timesheet_h5\dist\* timesheet_deploy\static_h5\dist\ /y /e /i /q
+xcopy management-platform\target\timesheet-3.4.0.jar timesheet_deploy\ /y
+echo "all deployment files are ready!"
+pause