|
|
@ -19,7 +19,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 trampoline ancient :all"))
|
|
|
|
(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"))
|
|
|
|