Skip to content

Commit

Permalink
doc deps aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Nov 20, 2024
1 parent f50236a commit 9e75d48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,16 @@

:aliases
{
;; Build docs: clj -X:codox
:codox {:extra-deps {codox/codox {:mvn/version "0.10.8"}}
:exec-fn codox.main/generate-docs
:exec-args {:source-paths ["src"]
:namespaces [clojure.tools.tools.api]
:output-path "docs"}}

;; Run tests: clj -X:test
:test {:extra-paths ["test"]
:extra-deps {io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}}
:main-opts ["-m" "cognitect.test-runner"]
:exec-fn cognitect.test-runner.api/test}
}
}

0 comments on commit 9e75d48

Please sign in to comment.