Skip to content

Commit

Permalink
Remove redundant target.
Browse files Browse the repository at this point in the history
  • Loading branch information
iFurySt committed Apr 25, 2024
1 parent 5c855df commit 9106394
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Expand Up @@ -155,10 +155,6 @@ lint-frontend:
@echo "$(YELLOW)Running linters for frontend...$(RESET)"
@cd frontend && npm run lint

lint-all:
@$(MAKE) -s lint-frontend
@$(MAKE) -s lint-backend

lint:
@$(MAKE) -s lint-all

Expand Down

0 comments on commit 9106394

Please sign in to comment.