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

@ -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"))

Loading…
Cancel
Save