summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--justfile10
1 files changed, 9 insertions, 1 deletions
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