From b507a0e3674e22c4f27c3ff9d52c1be8c4fc75df Mon Sep 17 00:00:00 2001 From: klemek Date: Sun, 15 Mar 2026 17:55:13 +0100 Subject: [PATCH] chore(make): add type-check to lint --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 16c949e..d6fa6bd 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,7 @@ dev: node_modules ## run dev version of static site lint: node_modules ## lint code @$(BUN) run lint + @$(BUN) run type-check fix: node_modules ## fix and reformat code @$(BUN) run format