From 433aed0346bfa099514395ce02a652c94eb5817e Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Wed, 26 Jun 2013 17:07:51 +0700 Subject: [PATCH] Add `codox` lein alias --- project.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 39bcec6..bcb3c35 100644 --- a/project.clj +++ b/project.clj @@ -15,7 +15,8 @@ :aliases {"test-all" ["with-profile" "test,1.4:test,1.5:test,1.6" "expectations"] "test-auto" ["with-profile" "test" "autoexpect"] "start-dev" ["with-profile" "dev,test,bench" "repl" ":headless"] - "start-bench" ["trampoline" "start-dev"]} + "start-bench" ["trampoline" "start-dev"] + "codox" ["with-profile" "test" "doc"]} :plugins [[lein-expectations "0.0.7"] [lein-autoexpect "0.2.5"] [codox "0.6.4"]]