From b85eff6244d6f1105a4262de541518f61f55b687 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Mon, 5 Feb 2018 06:59:43 -0500 Subject: [PATCH] Add build alias --- project.clj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project.clj b/project.clj index 7bfc9ce..680c6c2 100644 --- a/project.clj +++ b/project.clj @@ -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