master
Josha von Gizycki 6 years ago
parent 2115e42274
commit fbe75566af

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

Loading…
Cancel
Save