Skip to content

Commit

Permalink
Add testAllUnit to sbt-welcome screen
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Jan 2, 2024
1 parent fe47289 commit ed11b11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/Misc.scala
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ object Misc {
lazy val customTasksAliases = Seq(
UsefulTask("cleanAll", "Clean all (JS + JVM)"),
UsefulTask("compileAll", "Compile all (JS + JVM)"),
UsefulTask("testAllUnit", "Test all unit (JS + JVM)"),
UsefulTask("testAll", "Test all (JS + JVM)"),
UsefulTask("localPublish", "Locally publish the core modules (JS + JVM)"),
UsefulTask("sandboxBuild", "Build the sandbox project"),
Expand Down

0 comments on commit ed11b11

Please sign in to comment.