code-katas/typescript/fizzbuzz/justfile

9 lines
80 B
Makefile
Raw Normal View History

2022-09-24 00:49:23 +01:00
default:
just --list
2022-10-04 12:00:00 +01:00
test:
jest
2022-09-24 00:49:23 +01:00
test-watch:
ls *.ts | entr -r just test