Skip to content

Commit

Permalink
Mention that the runSteward command is for development and testing
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas committed Aug 16, 2019
1 parent e5e4263 commit e4d0611
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Expand Up @@ -216,6 +216,8 @@ addCommandsAlias(
)
)

// Run Scala Steward from sbt for development and testing.
// Do not do this in production.
addCommandAlias(
"runSteward", {
val home = System.getenv("HOME")
Expand Down

0 comments on commit e4d0611

Please sign in to comment.