From 7d95ef148a5c5581d75b58e17d7a7015f97c6cf6 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 11 Sep 2025 18:14:55 -0700 Subject: chore(justfile): Add extra linting tasks --- justfile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index 54ba3a4..3f8d64f 100644 --- a/justfile +++ b/justfile @@ -9,4 +9,12 @@ publish: lint: just bun_run lint - \ No newline at end of file + +check: + just bun_run type-check + +checkl: + just lint && just check + +fix: + just bun_run fix -- cgit v1.2.3