parent
921e7e1541
commit
65880f2390
|
@ -28,7 +28,7 @@
|
||||||
(git/clone ctx repo-uri "develop" (:cwd args)))
|
(git/clone ctx repo-uri "develop" (:cwd args)))
|
||||||
|
|
||||||
(defn build-uberjar [args ctx]
|
(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]
|
(defn run-tests [args ctx]
|
||||||
(shell/bash ctx (:cwd args) "echo no test running for now"))
|
(shell/bash ctx (:cwd args) "echo no test running for now"))
|
||||||
|
|
Loading…
Reference in New Issue