From 43e624a6662de73442cbf80b2c42f8aaa37d8ffa Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 16 Jan 2024 00:47:30 +0100 Subject: [PATCH] chore(Makefile): lint --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index eedd6d4c8..002b598e0 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,9 @@ help: .PHONY: build build: frontend-build backend-build +.PHONY: lint +lint: frontend-lint backend-lint + .PHONY: backend-% backend-%: .develop.env .stack-work.lock # --stack-work-$* $(MAKE) -- --backend-$*