copy_deploy_files.bat 257 B

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