mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-23 22:56:52 +01:00
Skip publishing of js projects (#2734)
This commit is contained in:
parent
5ba7b553b0
commit
2d25fe41ab
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ lazy val commonJsSettings = {
|
|||
Seq(
|
||||
scalaJSLinkerConfig ~= {
|
||||
_.withModuleKind(ModuleKind.CommonJSModule)
|
||||
}
|
||||
},
|
||||
sbt.Keys.publish / skip := true
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue