Skip to content

Commit

Permalink
gendocs compiles sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Aug 20, 2023
1 parent 184d3fa commit 8ab99d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ addCommandAlias(
"gendocs",
List(
"clean",
"docs/clean",
"compile", // Make sure we generate sources
"unidocs/unidoc", // Docs in ./target/scala-3.x.x/unidoc/
"copyApiDocs", // Copied to ./target/unidocs/site-docs
"docs/mdoc" // Content docs in ./tyrian-docs/target/mdoc
Expand Down Expand Up @@ -400,7 +400,7 @@ addCommandAlias(
"tyrianZIO/test",
"tyrianIndigoBridge/test",
"sandbox/test",
"indigoSandbox/test",
"indigoSandbox/test"
).mkString(";", ";", "")
)

Expand Down

0 comments on commit 8ab99d5

Please sign in to comment.