From 5d038588a1d1ff0dd2e69d91f5df71e8d8fdc1be Mon Sep 17 00:00:00 2001 From: Alexander Slesarenko Date: Tue, 8 Aug 2023 19:45:28 +0200 Subject: [PATCH] set scJS.settings(publish / skip := false) --- build.sbt | 1 + 1 file changed, 1 insertion(+) 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)