Skip to content

Commit fc8be4d

Browse files
committed
why
1 parent d8ea589 commit fc8be4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ ThisBuild / githubWorkflowPublish := Seq(
4646
lazy val root = crossProject(JSPlatform, JVMPlatform)
4747
.in(file("."))
4848
.settings(
49+
name := "root",
4950
publish / skip := true
5051
)
5152
.aggregate(
@@ -69,7 +70,6 @@ lazy val core = (crossProject(JSPlatform, JVMPlatform).crossType(CrossType.Pure)
6970
.jsSettings(
7071
scalaJSLinkerConfig ~= { _.withModuleKind(ModuleKind.ESModule) }
7172
)
72-
.enablePlugins(ScalaJSPlugin)
7373

7474
lazy val examples = (crossProject(JVMPlatform).crossType(CrossType.Pure) in file("examples"))
7575
.settings(

0 commit comments

Comments
 (0)