From c3f6265698bb89918ccde8083d9340d50588b93e Mon Sep 17 00:00:00 2001 From: Matheus Macabu Date: Thu, 31 Jul 2025 16:43:29 +0200 Subject: [PATCH] Makefile: Fix typo on run-bra command (#108979) It was actually run-air but should be run-bra ! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1d058780a48..98b09ca0e9a 100644 --- a/Makefile +++ b/Makefile @@ -276,7 +276,7 @@ run-frontend: deps-js ## Fetch js dependencies and watch frontend for rebuild yarn start .PHONY: run-bra -run-air: ## [Deprecated] Build and run web server on filesystem changes. See /.bra.toml for configuration. +run-bra: ## [Deprecated] Build and run web server on filesystem changes. See /.bra.toml for configuration. $(bra) run .PHONY: frontend-service-check