aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-12-15 15:39:02 +0530
committerAkshay Nair <phenax5@gmail.com>2024-12-15 15:45:37 +0530
commit1d07e554284593cdca804404d1d9f68a473ee986 (patch)
tree6f90288426699384cdb85cfdca4a036c3da1e51c /justfile
parent0c6b8c83e8673b394914e1f824dfb887b762b0ee (diff)
downloadchelleport-1d07e554284593cdca804404d1d9f68a473ee986.tar.gz
chelleport-1d07e554284593cdca804404d1d9f68a473ee986.zip
Refactor a bunch of stuff
Diffstat (limited to '')
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index fab0b56..2df039b 100644
--- a/justfile
+++ b/justfile
@@ -8,7 +8,7 @@ test:
cabal test
testw:
- npx 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'
build:
nix build