Skip to content

Commit f8c8044

Browse files
committed
🧑‍💻(makefile) add frontend-lint cmd
Add the command frontend-lint to the makefile.
1 parent a84f4de commit f8c8044

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,10 @@ frontend-install: ## install the frontend locally
314314
cd $(PATH_FRONT_IMPRESS) && yarn
315315
.PHONY: frontend-install
316316

317+
frontend-lint: ## run the frontend linter
318+
cd $(PATH_FRONT) && yarn lint
319+
.PHONY: frontend-lint
320+
317321
run-frontend-development: ## Run the frontend in development mode
318322
@$(COMPOSE) stop frontend-dev
319323
cd $(PATH_FRONT_IMPRESS) && yarn dev

0 commit comments

Comments
 (0)