فهرست منبع

美莱德打包命令

seyason 11 ماه پیش
والد
کامیت
366c8551d9
2فایلهای تغییر یافته به همراه11 افزوده شده و 0 حذف شده
  1. 6 0
      fhKeeper/formulahousekeeper/buildWorkshop.bat
  2. 5 0
      fhKeeper/formulahousekeeper/copy_deploy_files.bat

+ 6 - 0
fhKeeper/formulahousekeeper/buildWorkshop.bat

@@ -0,0 +1,6 @@
+cd timesheet-workshop
+call build.bat
+cd ../timesheet-workshop_h5
+call build.bat
+cd ../management-workshop
+call build_package.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