fix(starter-bat): don't start if build step has failed (#1069)
All checks were successful
Build / build (20) (push) Successful in 38s
Build / build (22) (push) Successful in 56s
Build Docker image / docker (push) Successful in 32s
Build / build (18) (push) Successful in 51s

Reviewed-on: #1069
This commit is contained in:
Sainan 2025-03-03 05:48:54 -08:00
parent b3003b9fb3
commit 3442f15c6d

View File

@ -16,9 +16,10 @@ echo Updating dependencies...
call npm i
call npm run build
if %errorlevel% == 0 (
call npm run start
echo SpaceNinjaServer seems to have crashed.
)
:a
pause > nul
goto a