build: simplify test command
This commit is contained in:
parent
6c967e7fa4
commit
f51f12bce8
4 changed files with 1346 additions and 38 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue