mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 10:46:42 +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(
|
||||
scalaJSLinkerConfig ~= {
|
||||
_.withModuleKind(ModuleKind.CommonJSModule)
|
||||
},
|
||||
skip.in(publish) := true
|
||||
}
|
||||
) ++ CommonSettings.settings
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue