Skip to content

Commit

Permalink
Merge pull request #322 from typelevel/pr/pre-pr-doc
Browse files Browse the repository at this point in the history
Add `doc` to `prePR` command alias
  • Loading branch information
armanbilge authored Jul 2, 2022
2 parents b2cabec + 0a89b87 commit ca88a51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/main/scala/org/typelevel/sbt/TypelevelPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ object TypelevelPlugin extends AutoPlugin {
"scalafmtSbt",
"set ThisBuild / tlFatalWarnings := tlFatalWarningsInCi.value",
"Test / compile",
"reload"
"doc",
"session clear"
)
)
) ++ addCommandAlias(
Expand Down

0 comments on commit ca88a51

Please sign in to comment.