diff options
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,10 +4,10 @@ default: run *args: cabal run chelleport -- {{args}} -test: - cabal test +test *args: + cabal test {{args}} -testw: +testw *args: nodemon -e .hs -w src --exec 'ghcid -c "cabal repl test:specs" -T :main' build: |
