From 1aedca2017a143c970a9f5c9b4f83f60c8fa6b47 Mon Sep 17 00:00:00 2001 From: Carlos Rueda Date: Tue, 17 Dec 2024 22:43:50 -0800 Subject: [PATCH] adjust alias for some reason "all" makes ++test fail: [error] Expected whitespace character [error] Expected '/' [error] test tscfg/Test/test --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 69fb143..2935743 100644 --- a/build.sbt +++ b/build.sbt @@ -50,7 +50,7 @@ fullRunTask(genCode, Compile, "tscfg.gen4tests") addCommandAlias("fmt", "; scalafmtAll; scalafmtSbt") addCommandAlias("fmtCheck", "; scalafmtCheckAll; scalafmtSbtCheck") -addCommandAlias("all", "; clean; fmt; test") +addCommandAlias("a", "; clean; fmt; test") addCommandAlias("c", "; compile") publishMavenStyle := true