Skip to content

Commit ca88a51

Browse files
authored
Merge pull request #322 from typelevel/pr/pre-pr-doc
Add `doc` to `prePR` command alias
2 parents b2cabec + 0a89b87 commit ca88a51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/main/scala/org/typelevel/sbt/TypelevelPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ object TypelevelPlugin extends AutoPlugin {
9393
"scalafmtSbt",
9494
"set ThisBuild / tlFatalWarnings := tlFatalWarningsInCi.value",
9595
"Test / compile",
96-
"reload"
96+
"doc",
97+
"session clear"
9798
)
9899
)
99100
) ++ addCommandAlias(

0 commit comments

Comments
 (0)