aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/justfile b/justfile
index 4e4ff2d..6d634b1 100644
--- a/justfile
+++ b/justfile
@@ -8,7 +8,8 @@ test *args:
cabal test {{args}}
testw *args:
- nodemon -e .hs -w src --exec 'ghcid -c "cabal repl test:specs" -T :main'
+ # nodemon -e .hs -w src --exec 'ghcid -c "cabal repl test:specs" -T :main'
+ nodemon -e .hs -w src -w specs --exec 'clear && just test {{args}}'
build:
nix build