Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Include all again
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Aug 21, 2019
1 parent 86fbcc3 commit 0b1bb0a
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 @@ -205,7 +205,7 @@ lazy val root = (project in file("."))
.settings(SharedConfig.noPublishingSettings)
.enablePlugins(ScalaJSPlugin)
.aggregate(subProjects.map(_.project): _*)
// .aggregate(all)
.aggregate(all)

lazy val all = (project in file("all"))
.settings(SharedConfig.settings)
Expand Down

0 comments on commit 0b1bb0a

Please sign in to comment.