Makefile: Fix typo on run-bra command (#108979)

It was actually run-air but should be run-bra !
This commit is contained in:
Matheus Macabu
2025-07-31 14:43:29 +00:00
committed by GitHub
parent cfb5f5601f
commit c3f6265698
+1 -1
View File
@@ -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