Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot committed Nov 3, 2023
1 parent b34842c commit 3cf5b6d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,8 @@ lazy val js = project
.dependsOn(coreJS)
.enablePlugins(ScalaJSPlugin, ScalaJSBundlerPlugin)

lazy val core = crossProject(JVMPlatform, JSPlatform)
.crossType(CrossType.Pure)
.in(file("metabrowse-core"))
lazy val core = (file("metabrowse-core") / crossProject(JVMPlatform, JSPlatform)
.crossType(CrossType.Pure))
.jsSettings(
(publish / skip) := true,
scalaJSLinkerConfig ~= (_.withModuleKind(ModuleKind.CommonJSModule))
Expand Down

0 comments on commit 3cf5b6d

Please sign in to comment.