fix(starter-bat): don't start if build step has failed #1069
@ -16,9 +16,10 @@ echo Updating dependencies...
 | 
				
			|||||||
call npm i
 | 
					call npm i
 | 
				
			||||||
 | 
					
 | 
				
			||||||
call npm run build
 | 
					call npm run build
 | 
				
			||||||
 | 
					if %errorlevel% == 0 (
 | 
				
			||||||
	call npm run start
 | 
						call npm run start
 | 
				
			||||||
 | 
					 | 
				
			||||||
	echo SpaceNinjaServer seems to have crashed.
 | 
						echo SpaceNinjaServer seems to have crashed.
 | 
				
			||||||
 | 
					)
 | 
				
			||||||
:a
 | 
					:a
 | 
				
			||||||
pause > nul
 | 
					pause > nul
 | 
				
			||||||
goto a
 | 
					goto a
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user