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 6664001
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Expand Up @@ -155,13 +155,10 @@ lint-frontend:
@echo "$(YELLOW)Running linters for frontend...$(RESET)"
@cd frontend && npm run lint

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

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

build-frontend:
@echo "$(YELLOW)Building frontend...$(RESET)"
@cd frontend && npm run build
Expand Down

0 comments on commit 6664001

Please sign in to comment.