diff --git a/Makefile b/Makefile index c334a1846..bff557592 100644 --- a/Makefile +++ b/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