Skip to content

Commit

Permalink
House-keeping project.clj
Browse files Browse the repository at this point in the history
lein dev errored and lein uberjar should compile stuff.
  • Loading branch information
heralden committed Aug 2, 2022
1 parent fbaa442 commit ab51ba5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
{"dev" ["do" "clean,"
["pdo"
(into ["shell"] watch-less-silent)
["with-profile" "+repl" "run"]]]
["repl"]]]
"build" ["do" "clean,"
(into ["shell"] compile-less-prod)
["cljsbuild" "once" "min"]]
Expand Down Expand Up @@ -71,6 +71,7 @@
[cider/piggieback "0.4.2"]]
:plugins [[lein-figwheel "0.5.19"]]}
:build {:prep-tasks ["build"]}
:uberjar {:prep-tasks ["build"]}
:repl {:source-paths ["dev"]}
:kaocha {:dependencies [[lambdaisland/kaocha "1.0-612"]
[lambdaisland/kaocha-cljs "0.0-71"]]}}
Expand Down

0 comments on commit ab51ba5

Please sign in to comment.