Tools/Makefile
2024-03-10 10:49:36 +01:00

11 lines
90 B
Makefile

dev:
bun --hot run joe.ts
test:
bun test
tdd:
bun test --watch
check: test
bun lint