Skip to content

Commit

Permalink
More corrections to aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
reidspencer committed Jan 16, 2025
1 parent 1362c1a commit 1194080
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ addCommandAlias(
addCommandAlias(
"cJS",
"; utilsJS/Test/compile ; languageJS/Test/compile ; passesJS/Test/compile ; " +
"testkitJS/Test/compile ; diagramsJS/Test/compile ; riddlLibJS/Test/compile ; fastLinkJS"
"testkitJS/Test/compile ; diagramsJS/Test/compile ; riddlLibJS/Test/compile"
)
addCommandAlias(
"tJVM",
Expand All @@ -473,12 +473,12 @@ addCommandAlias(
addCommandAlias(
"tNative",
"; utils/test ; language/test ; passesNative/test ; testkit/test ; diagrams/test ; " +
"commands/test ; riddlLib/test ; riddlcNative/test ; nativeLink"
"commands/test ; riddlLib/test ; riddlcNative/test ; riddlcNative/nativeLink"
)
addCommandAlias(
"tJS",
"; utilsJS/test ; languageJS/test ; passesJS/test ; testkitJS/test ; diagramsJS/test ; " +
"riddlLibJS/test ; fastLinkJS"
"riddlLibJS/test"
)
addCommandAlias(
"packageArtifacts",
Expand Down

0 comments on commit 1194080

Please sign in to comment.