diff --git a/build.sbt b/build.sbt index 371536017e..06bf2e6f14 100644 --- a/build.sbt +++ b/build.sbt @@ -377,6 +377,7 @@ lazy val sc = crossProject(JVMPlatform, JSPlatform) ) lazy val scJS = sc.js .enablePlugins(ScalaJSBundlerPlugin) + .settings(publish / skip := false) .settings( scalaJSLinkerConfig ~= { conf => conf.withSourceMap(false)