Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward committed Jul 22, 2024
1 parent 14a1a50 commit 968bfba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ genManuscript := Def.sequential(
// Tests won't run until the full genManuscript process completes.
// This is much slower, but opens the door for us to run tests on the manuscript contents.
// This can be commented out when iterating on tests and not the manuscript.
//Test/test := ((Test/test) dependsOn genManuscript).value // TODO Restore before pushing
Test/test := ((Test/test) dependsOn genManuscript).value // TODO Restore before pushing

lazy val mdocRun = taskKey[Unit]("mdoc run")
mdocRun := Def.taskDyn {
Expand Down

0 comments on commit 968bfba

Please sign in to comment.