From 11940803c52c1d473fde4048323d4614ad4f99bf Mon Sep 17 00:00:00 2001 From: reidspencer Date: Thu, 16 Jan 2025 18:56:10 -0500 Subject: [PATCH] More corrections to aliases --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 53e72b97a..f25f5ffbd 100644 --- a/build.sbt +++ b/build.sbt @@ -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", @@ -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",