|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
(lcd-git/clone ctx repo-uri ref cwd)))
|
|
|
|
|
|
|
|
|
|
(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]
|
|
|
|
|
(lcd-shell/bash ctx (:cwd args) "lein compile"))
|
|
|
|
|