diff --git a/src/wanijo_pipeline/steps.clj b/src/wanijo_pipeline/steps.clj index b40ba92..4ae9114 100644 --- a/src/wanijo_pipeline/steps.clj +++ b/src/wanijo_pipeline/steps.clj @@ -17,7 +17,7 @@ (lcd-git/clone ctx repo-uri ref cwd))) (defn ancient [args ctx] - (lcd-shell/bash ctx (:cwd args) "lein ancient")) + (lcd-shell/bash ctx (:cwd args) "lein ancient :all")) (defn compile [args ctx] (lcd-shell/bash ctx (:cwd args) "lein compile"))