Skip to content

Commit

Permalink
separate lein tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr. Christian Betz committed Sep 11, 2017
1 parent e9b62e6 commit 07f4aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@

:release-tasks [["vcs" "assert-committed"]
["v" "update"] ;; compute new version & tag it
["monolith" "each" "do" "clean, install, deploy"]
["monolith" "each" "do" "clean" "install" "deploy"]
["vcs" "push"]
])

0 comments on commit 07f4aeb

Please sign in to comment.