Skip to content

Commit

Permalink
always compile worksheets
Browse files Browse the repository at this point in the history
  • Loading branch information
kasiaMarek committed Dec 10, 2024
1 parent 9fb26b1 commit 94e4052
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,7 @@ final class Compilations(
compileBatch(target)
.map(res => res.getOrElse(target, empty))
}
_ <-
if (assumeDidNotChange && targetOpt.isEmpty) Future.successful(())
else compileWorksheets(Seq(path))
_ <- compileWorksheets(Seq(path))
} yield Some(result)
}

Expand Down

0 comments on commit 94e4052

Please sign in to comment.