BuildAndDeploy fix

This commit is contained in:
pavelbannov 2021-10-21 19:12:31 +03:00
parent 426754039b
commit e228930a5b

View File

@ -6,7 +6,7 @@ call runasadmin.bat "%~dpnx0"
if %errorlevel% == 0 (
rem call start\stop.bat
call start\stop.bat
PUSHD %~dp0..
@ -16,7 +16,7 @@ call build\build.static.bat
echo "BACK-END"
call build\buildAndDeploy.backend.bat
rem start /b call build\start\start.bat
start /b call build\start\start.bat
pause
)