Skip to content

Commit

Permalink
added push_local.cmd for testing on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowalski committed Mar 26, 2023
1 parent 12f0019 commit 15cb257
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions push_local.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
set build_dir=%~dp0..\htmluibuild\build\
rd /s /q %build_dir%
md %build_dir%
xcopy /e %~dp0build\ %build_dir%

0 comments on commit 15cb257

Please sign in to comment.