aboutsummaryrefslogtreecommitdiff
path: root/justfile
blob: 6d634b107fecdcdd75cba1d8cf04826223c1f615 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
default:
  @just --choose

run *args:
  cabal run chelleport -- {{args}}

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 -w specs --exec 'clear && just test {{args}}'

build:
  nix build