Skip to content

Commit

Permalink
adjust alias
Browse files Browse the repository at this point in the history
for some reason "all" makes ++test fail:

[error] Expected whitespace character
[error] Expected '/'
[error] test tscfg/Test/test
  • Loading branch information
carueda committed Dec 18, 2024
1 parent 2c4743f commit 1aedca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1aedca2

Please sign in to comment.