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
commit 067c1d7fc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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