aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile6
1 files changed, 0 insertions, 6 deletions
diff --git a/justfile b/justfile
index d22d7d2..9dff968 100644
--- a/justfile
+++ b/justfile
@@ -6,9 +6,3 @@ run *args:
test *args:
cabal test {{args}}
-
-testw *args:
- nodemon -e .hs -w lib -w specs --exec 'clear && just test {{args}}'
-
-build:
- nix build