Skip publishing of js projects (#2734)

This commit is contained in:
Chris Stewart 2021-03-01 15:45:19 -06:00 committed by GitHub
parent 5ba7b553b0
commit 2d25fe41ab

View file

@ -36,7 +36,8 @@ lazy val commonJsSettings = {
Seq(
scalaJSLinkerConfig ~= {
_.withModuleKind(ModuleKind.CommonJSModule)
}
},
sbt.Keys.publish / skip := true
)
}