diff --git a/pages/common/sbt.md b/pages/common/sbt.md index 7e789a3861..f91bf8c0c0 100644 --- a/pages/common/sbt.md +++ b/pages/common/sbt.md @@ -11,6 +11,10 @@ `sbt new {{scala/hello-world.g8}}` +- Compile and run all tests: + +`sbt test` + - Delete all generated files in the `target` directory: `sbt clean`