DocSpace-buildtools/build/buildAndDeploy.PERSONAL.bat

18 lines
256 B
Batchfile

PUSHD %~dp0
call runasadmin.bat "%~dpnx0"
if %errorlevel% == 0 (
call start\stop.bat
PUSHD %~dp0..
echo "FRONT-END static"
call build\build.static.bat --personal
echo "BACK-END"
call build\build.backend.bat
start /b call build\start\start.bat
pause
)