Skip to content

Commit 978842d

Browse files
committed
doc: Use hash version for npm publishing because interop-cats version scheme is incompatible with npm
1 parent e92fb43 commit 978842d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ lazy val docs = project
192192
projectName := "ZIO Interop Cats",
193193
mainModuleName := (zioInteropCatsJVM / moduleName).value,
194194
projectStage := ProjectStage.ProductionReady,
195-
ScalaUnidoc / unidoc / unidocProjectFilter := inProjects()
195+
ScalaUnidoc / unidoc / unidocProjectFilter := inProjects(),
196+
publishToNpm := publishHashverToNpm
196197
)
197198
.enablePlugins(WebsitePlugin)

0 commit comments

Comments
 (0)