Skip to content

Commit 5d03858

Browse files
committed
set scJS.settings(publish / skip := false)
1 parent 46dcf1b commit 5d03858

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ lazy val sc = crossProject(JVMPlatform, JSPlatform)
377377
)
378378
lazy val scJS = sc.js
379379
.enablePlugins(ScalaJSBundlerPlugin)
380+
.settings(publish / skip := false)
380381
.settings(
381382
scalaJSLinkerConfig ~= { conf =>
382383
conf.withSourceMap(false)

0 commit comments

Comments
 (0)