Skip to content

Commit 9e75d48

Browse files
committed
doc deps aliases
1 parent f50236a commit 9e75d48

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

deps.edn

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,16 @@
1515

1616
:aliases
1717
{
18+
;; Build docs: clj -X:codox
1819
:codox {:extra-deps {codox/codox {:mvn/version "0.10.8"}}
1920
:exec-fn codox.main/generate-docs
2021
:exec-args {:source-paths ["src"]
2122
:namespaces [clojure.tools.tools.api]
2223
:output-path "docs"}}
24+
25+
;; Run tests: clj -X:test
2326
:test {:extra-paths ["test"]
2427
:extra-deps {io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}}
25-
:main-opts ["-m" "cognitect.test-runner"]
2628
:exec-fn cognitect.test-runner.api/test}
2729
}
2830
}

0 commit comments

Comments
 (0)