diff --git a/src/wanijo_pipeline/wanijo_pipeline.clj b/src/wanijo_pipeline/wanijo_pipeline.clj index 04b4e6b..ddf358b 100644 --- a/src/wanijo_pipeline/wanijo_pipeline.clj +++ b/src/wanijo_pipeline/wanijo_pipeline.clj @@ -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"))