Skip to content

Commit

Permalink
Fixing Justfile command for reloading anvil (#181)
Browse files Browse the repository at this point in the history
Why:
* This was not working correctly, possibly due to this
  [bug](watchexec/watchexec#765)

How:
* Adding an extra flag to `watchexec` so it correctly starts the process
  • Loading branch information
DavideSilva authored Mar 28, 2024
1 parent 9963622 commit 527265f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/contracts/Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ wagmi:
# restart `just eth` when contracts change
eth-watch:
watchexec \
--project-origin . \
--watch contracts \
--watch test \
--watch foundry.toml \
Expand Down

0 comments on commit 527265f

Please sign in to comment.