Skip to content

Commit

Permalink
Fix lein deploy not working
Browse files Browse the repository at this point in the history
  • Loading branch information
heralden committed Jun 25, 2021
1 parent f64cc05 commit 74a3de7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
"build" ["do" "clean,"
["less" "once"]
["cljsbuild" "once" "min"]]
"deploy" ["do" "build,"
["deploy" "clojars"]]
"deploy" ["with-profile" "+build" "deploy" "clojars"]
"format" ["cljfmt" "fix"]
"kaocha" ["do" "clean,"
["with-profile" "+kaocha" "run" "-m" "kaocha.runner"]]}
Expand Down Expand Up @@ -69,6 +68,7 @@
[figwheel-sidecar "0.5.19"]
[cider/piggieback "0.4.2"]]
:plugins [[lein-figwheel "0.5.19"]]}
:build {: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 74a3de7

Please sign in to comment.