We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e92fb43 commit 978842dCopy full SHA for 978842d
build.sbt
@@ -192,6 +192,7 @@ lazy val docs = project
192
projectName := "ZIO Interop Cats",
193
mainModuleName := (zioInteropCatsJVM / moduleName).value,
194
projectStage := ProjectStage.ProductionReady,
195
- ScalaUnidoc / unidoc / unidocProjectFilter := inProjects()
+ ScalaUnidoc / unidoc / unidocProjectFilter := inProjects(),
196
+ publishToNpm := publishHashverToNpm
197
)
198
.enablePlugins(WebsitePlugin)
0 commit comments