make script output a bit more noob-friendly to look at
This commit is contained in:
		
							parent
							
								
									0597ddbb34
								
							
						
					
					
						commit
						e20fbc1846
					
				@ -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
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user