mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 18:47:38 +01:00
Enable publishing of scalajs artifacts (#2849)
This commit is contained in:
parent
4d2532538b
commit
2554665e89
1 changed files with 1 additions and 2 deletions
|
@ -33,8 +33,7 @@ lazy val commonJsSettings = {
|
||||||
Seq(
|
Seq(
|
||||||
scalaJSLinkerConfig ~= {
|
scalaJSLinkerConfig ~= {
|
||||||
_.withModuleKind(ModuleKind.CommonJSModule)
|
_.withModuleKind(ModuleKind.CommonJSModule)
|
||||||
},
|
}
|
||||||
skip.in(publish) := true
|
|
||||||
) ++ CommonSettings.settings
|
) ++ CommonSettings.settings
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue