We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37a6b4 commit c160f04Copy full SHA for c160f04
1 file changed
Makefile
@@ -68,8 +68,9 @@ quality: lint typecheck format ## Run all code quality checks
68
@$(PRINT) "$(GREEN)✓ All checks completed$(RESET)"
69
70
fixtures: ## Generate fixtures
71
- @$(PRINT) "$(YELLOW)Starting Balatro...$(RESET)"
72
- balatrobot --fast --debug
+ @$(PRINT) "$(YELLOW)Checking Balatro is running...$(RESET)"
+ @balatrobot api health || (echo ''; echo ' Start Balatro in another terminal:'; echo ' balatrobot serve --fast --debug'; echo ''; exit 1)
73
+ @$(PRINT) "$(GREEN) Connected!$(RESET)"
74
@$(PRINT) "$(YELLOW)Generating all fixtures...$(RESET)"
75
python tests/fixtures/generate.py
76
0 commit comments