mirror of
https://github.com/status-im/commiteth-pipeline.git
synced 2025-02-22 07:08:05 +00:00
Add sassc step
This commit is contained in:
parent
643cf79ef8
commit
a55a31598e
@ -14,7 +14,7 @@
|
|||||||
(git/clone ctx repo-uri repo-branch (:cwd args)))
|
(git/clone ctx repo-uri repo-branch (:cwd args)))
|
||||||
|
|
||||||
(defn build-uberjar [args ctx]
|
(defn build-uberjar [args ctx]
|
||||||
(shell/bash ctx (:cwd args) "lein uberjar"))
|
(shell/bash ctx (:cwd args) "lein sassc 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…
x
Reference in New Issue
Block a user