Skip to content

Commit

Permalink
Bump shadow and set :print-table for build report (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
mk authored Apr 24, 2023
1 parent 2511b22 commit 75593df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion render/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
io.github.babashka/sci.configs {:git/sha "0702ea5a21ad92e6d7cca6d36de84271083ea68f"}
io.github.nextjournal/clojure-mode {:git/sha "ac038ebf6e5da09dd2b8a31609e9ff4a65e36852"}
metosin/reitit-frontend {:mvn/version "0.5.15"}
thheller/shadow-cljs {:mvn/version "2.22.7"}
thheller/shadow-cljs {:mvn/version "2.23.1"}
io.github.squint-cljs/cherry {;; :local/root "/Users/borkdude/dev/cherry"
:git/sha "ac27030016e5ae8f5280a62eaf81dfe0dc83924b"}}}
2 changes: 1 addition & 1 deletion shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
nextjournal.clerk.trim-image]}}
:js-options {:output-feature-set :es8}
:build-hooks [(shadow.cljs.build-report/hook
{:output-to "report.html"})]}}}
{:output-to "report.html" :print-table true})]}}}

0 comments on commit 75593df

Please sign in to comment.