add :all key to ancient

master
Josha von Gizycki 6 years ago
parent 985c9159bf
commit 84660d25fa

@ -17,7 +17,7 @@
(lcd-git/clone ctx repo-uri ref cwd))) (lcd-git/clone ctx repo-uri ref cwd)))
(defn ancient [args ctx] (defn ancient [args ctx]
(lcd-shell/bash ctx (:cwd args) "lein ancient")) (lcd-shell/bash ctx (:cwd args) "lein ancient :all"))
(defn compile [args ctx] (defn compile [args ctx]
(lcd-shell/bash ctx (:cwd args) "lein compile")) (lcd-shell/bash ctx (:cwd args) "lein compile"))

Loading…
Cancel
Save