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:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user