Skip to content

Commit

Permalink
Define an sbt command for testQuick;publishLocal
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg committed Dec 21, 2021
1 parent 24fadc1 commit 61fcf21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -274,3 +274,4 @@ generateInstallInstructions := {
val newReadme = before.map(_ + "\n").mkString + block + after.map(_ + "\n").mkString
os.write.over(readmePath, newReadme)
}
commands += Command.command("testQuickAndPublishLocal")("testQuick" :: "publishLocal" :: _)

0 comments on commit 61fcf21

Please sign in to comment.