Build: Added build.static.bat

This commit is contained in:
Alexey Safronov 2021-08-12 16:19:16 +03:00
parent fad2a178d8
commit fc99e05504

9
build/build.static.bat Normal file
View File

@ -0,0 +1,9 @@
PUSHD %~dp0..
REM call yarn build
call yarn build
REM call yarn wipe
call yarn deploy
pause