fix: remove duplicated Makefile target format_frontend (#9191)

fix: remove duplicated format_frontend target to silence warnings

Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
This commit is contained in:
Ítalo Johnny
2025-07-30 09:01:28 -03:00
committed by GitHub
parent ed4acabc0c
commit 067c1d7fc2

View File

@@ -187,10 +187,6 @@ format_backend: ## backend code formatters
format: format_backend format_frontend ## run code formatters
format_frontend: ## run biome check and format on frontend code
@echo 'Running Biome check and format on frontend...'
@cd src/frontend && npx @biomejs/biome check --write
format_frontend_check: ## run biome check without formatting
@echo 'Running Biome check on frontend...'
@cd src/frontend && npx @biomejs/biome check