Tools/Makefile
2024-03-10 10:17:28 +01:00

11 lines
84 B
Makefile

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