diff --git a/justfile b/justfile index 2dec0fce..4e326635 100644 --- a/justfile +++ b/justfile @@ -5,6 +5,9 @@ build: bun run build.js tsc +watch: + watchexec -e ts just build + test: bun test --timeout 20000