Revert "fix uberjar build step"

This reverts commit 921e7e1541.
This commit is contained in:
Teemu Patja 2017-08-19 14:39:39 +03:00
parent 921e7e1541
commit 65880f2390
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
(git/clone ctx repo-uri "develop" (:cwd args)))
(defn build-uberjar [args ctx]
(shell/bash ctx (:cwd args) "lein less once && lein with-profile uberjar cljsbuild once min && lein uberjar"))
(shell/bash ctx (:cwd args) "lein less once && lein uberjar"))
(defn run-tests [args ctx]
(shell/bash ctx (:cwd args) "echo no test running for now"))