diff options
| -rw-r--r-- | justfile | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |