mirror of
https://github.com/status-im/commiteth-pipeline.git
synced 2025-02-20 14:18:18 +00:00
sassc -> less
This commit is contained in:
parent
2b84898d75
commit
54e50ec1fc
@ -19,7 +19,7 @@
|
||||
(git/clone ctx repo-uri repo-branch (:cwd args)))
|
||||
|
||||
(defn build-uberjar [args ctx]
|
||||
(shell/bash ctx (:cwd args) "lein sassc once && 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"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user