make script output a bit more noob-friendly to look at

This commit is contained in:
Sainan 2025-01-19 17:38:09 +01:00
parent 0597ddbb34
commit e20fbc1846

View File

@ -1,9 +1,17 @@
@echo off
echo Updating SpaceNinjaServer...
git pull
if exist static\data\0\ (
echo Updating stripped assets...
cd static\data\0\
git pull
cd ..\..\..\
)
echo Updating dependencies...
call npm i
call npm run build
call npm run start