mirror of https://github.com/status-im/timbre.git
Add `codox` lein alias
This commit is contained in:
parent
7ff8835659
commit
bfe517634f
|
@ -14,7 +14,8 @@
|
|||
:test {:dependencies []}}
|
||||
: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-dev" ["with-profile" "dev,test,bench" "repl" ":headless"]
|
||||
"codox" ["with-profile" "test" "doc"]}
|
||||
:plugins [[lein-expectations "0.0.7"]
|
||||
[lein-autoexpect "0.2.5"]
|
||||
[codox "0.6.4"]]
|
||||
|
|
Loading…
Reference in New Issue