We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 171398a + 58b2c6d commit 80af157Copy full SHA for 80af157
build.sbt
@@ -46,13 +46,9 @@ val commonSettings = Def.settings(
46
)
47
48
lazy val root: Project = project.in(file(".")).
49
+ aggregate(`scalajs-env-jsdom-nodejs`, `test-project`).
50
settings(
51
publish / skip := true,
-
52
- clean := clean.dependsOn(
53
- `scalajs-env-jsdom-nodejs` / clean,
54
- `test-project` / clean,
55
- ).value
56
57
58
lazy val `scalajs-env-jsdom-nodejs`: Project = project.in(file("jsdom-nodejs-env")).
0 commit comments