Add build alias

This commit is contained in:
Jeremy Dormitzer 2018-02-05 06:59:43 -05:00
parent 4919a3282c
commit b85eff6244
No known key found for this signature in database
GPG Key ID: 04F17C0F5A32C320

View File

@ -9,6 +9,8 @@
[org.clojure/core.match "0.3.0-alpha5"]
[cljs-ajax "0.7.3"]]
:plugins [[lein-cljsbuild "1.1.7"]]
:clean-targets ["ext/js/generated"]
:aliases {"build" ["do" "clean" ["cljsbuild" "once"]]}
:profiles {:cljs-shared
{:cljsbuild
{:builds