Skip to content

Commit 089f6fd

Browse files
committed
tweak project layout
1 parent ac27bdc commit 089f6fd

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

build.sbt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ inThisBuild(
3131
)
3232
)
3333

34+
lazy val root = project
35+
.in(file("."))
36+
.aggregate(lib.js, lib.jvm, lib.native)
37+
.settings(
38+
publish / skip := true
39+
)
40+
3441
lazy val lib = crossProject(JSPlatform, JVMPlatform, NativePlatform)
3542
.in(file("."))
3643
.settings(

0 commit comments

Comments
 (0)