|
|
|
@ -22,7 +22,7 @@
|
|
|
|
|
(lcd-shell/bash ctx (:cwd args) "lein trampoline ancient :all"))
|
|
|
|
|
|
|
|
|
|
(defn compile [args ctx]
|
|
|
|
|
(lcd-shell/bash ctx (:cwd args) "lein trampoline compile"))
|
|
|
|
|
(lcd-shell/bash ctx (:cwd args) "lein compile"))
|
|
|
|
|
|
|
|
|
|
(defn test [args ctx]
|
|
|
|
|
(lcd-shell/bash ctx (:cwd args) "lein trampoline test"))
|
|
|
|
|