File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ branch=1.1.x
88
(cd ../../repo && git checkout "$branch")
99
rm -f analysis.edn
1010
echo "Analyzing $branch"
11-
clojure -Spath
12-
clojure -M:collect collect.clj
11+
clojure -Sforce -Sdescribe
12+
clojure -Sforce -M:collect collect.clj
1313

1414
# Run autodoc
1515
echo "Building $branch"
16-
clojure -M:build build.clj
16+
clojure -Sforce -M:build build.clj

0 commit comments

Comments
 (0)