diff --git a/Makefile b/Makefile index 36d7487..baa7544 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ generate: ## Regenerate freezed/json_serializable/riverpod sources .PHONY: test test: ## Run the widget and unit tests @test -f lib/core/auth/user_preferences.freezed.dart \ - || { echo "FAIL — generated sources missing; run: make setup"; exit 1; } + || { echo "FAIL — generated sources missing; run: make setup"; exit 69; } flutter test # Why the guard above: *.freezed.dart and lib/**/*.g.dart are gitignored, so a