build: simplify test command

This commit is contained in:
Oliver Davies 2022-10-04 12:00:00 +01:00
parent 6c967e7fa4
commit f51f12bce8
4 changed files with 1346 additions and 38 deletions

View file

@ -1,14 +1,8 @@
default:
just --list
clean:
rm *.js -f
compile: clean
tsc *.ts
test: compile
jest *.test.js
test:
jest
test-watch:
ls *.ts | entr -r just test