Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 229 Bytes

run-sbt-task-continuously.md

File metadata and controls

7 lines (5 loc) · 229 Bytes

Run SBT task continuously

When using SBT sometimes you want to run a task such as compile or test continuously whenever SBT detects a file change, to achieve this just prepend the command with a ~ like so:

~test