diff --git a/build.sbt b/build.sbt index 44da405..01b90eb 100644 --- a/build.sbt +++ b/build.sbt @@ -28,13 +28,13 @@ publish / skip := true commands += Command.command("fixAll") { s => - "scalafixAll" :: "scalafmtAll" :: "scalafmtSbt" :: s + "scalafixAll" :: "+ scalafmtAll" :: "scalafmtSbt" :: s } commands += Command.command("checkAll") { s => - "scalafmtCheckAll" :: "scalafmtSbtCheck" :: "scalafixAll --check" :: - "publishLocal" :: s + "+ scalafmtCheckAll" :: "scalafmtSbtCheck" :: "scalafixAll --check" :: + "+ publishLocal" :: s } lazy val plugin = project