Skip to content

Commit

Permalink
set scJS.settings(publish / skip := false)
Browse files Browse the repository at this point in the history
  • Loading branch information
aslesarenko committed Aug 8, 2023
1 parent 46dcf1b commit 5d03858
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5d03858

Please sign in to comment.