aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-12-21 13:19:48 +0530
committerAkshay Nair <phenax5@gmail.com>2024-12-21 13:19:56 +0530
commita2a8e8dd046678816c3797cb894b20abfe84e360 (patch)
tree0b40288086b055b0a13f3a5621b836eca1d7b2c5 /justfile
parentd8667213fa49242701db4bf592754ab87749efa5 (diff)
downloadchelleport-a2a8e8dd046678816c3797cb894b20abfe84e360.tar.gz
chelleport-a2a8e8dd046678816c3797cb894b20abfe84e360.zip
Fix issue with pointer coordinates + Add mouse press/release actions
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