Skip to content

Commit

Permalink
Publish backend and frontend test JARs (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault authored Mar 27, 2023
1 parent b9ee36c commit 3180fdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ lazy val backend = project
Keys.scalaOrganization
),
buildInfoObject := "BloopScalaInfo",
Test / publishArtifact := true,
libraryDependencies ++= List(
Dependencies.nailgun,
Dependencies.scalazCore,
Expand Down Expand Up @@ -165,6 +166,7 @@ lazy val frontend: Project = project
(Test / fork) := true,
(IntegrationTest / run / fork) := true,
(test / parallelExecution) := false,
Test / publishArtifact := true,
libraryDependencies ++= List(
Dependencies.jsoniterMacros % Provided,
Dependencies.caseApp,
Expand Down

0 comments on commit 3180fdb

Please sign in to comment.