Skip to content

Commit

Permalink
updates dev script to work like hyperbole
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyfold committed Jan 13, 2025
1 parent 85e4c50 commit 97f0e75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/dev
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ watchexec -e hs,yaml cabal test &

# Autoreload on save. Show errors and warnings
# run even if warnings
cd example
ghcid --command "cabal repl example" -T Main.main -W
ghcid --command="cabal repl exe:example lib:web-view" --run=Main.main --warnings

0 comments on commit 97f0e75

Please sign in to comment.