Skip to content

Commit c160f04

Browse files
author
S1M0N38
committed
fix(makefile): update fixtures target to use updated CLI
1 parent c37a6b4 commit c160f04

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ quality: lint typecheck format ## Run all code quality checks
6868
@$(PRINT) "$(GREEN)✓ All checks completed$(RESET)"
6969

7070
fixtures: ## Generate fixtures
71-
@$(PRINT) "$(YELLOW)Starting Balatro...$(RESET)"
72-
balatrobot --fast --debug
71+
@$(PRINT) "$(YELLOW)Checking Balatro is running...$(RESET)"
72+
@balatrobot api health || (echo ''; echo ' Start Balatro in another terminal:'; echo ' balatrobot serve --fast --debug'; echo ''; exit 1)
73+
@$(PRINT) "$(GREEN) Connected!$(RESET)"
7374
@$(PRINT) "$(YELLOW)Generating all fixtures...$(RESET)"
7475
python tests/fixtures/generate.py
7576

0 commit comments

Comments
 (0)