mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:22:09 +02:00
sbt: add test example (#6739)
This commit is contained in:
parent
90b9dc96f7
commit
f0cf3e3a92
1 changed files with 4 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue