Skip to content

Commit

Permalink
Export voice-fn-types correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
ovistoica committed Feb 20, 2025
1 parent 1b4effa commit c75175f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .clj-kondo/config.edn
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
{:config-paths ["../resources/clj-kondo.exports/com.shipclojure/voice-fn"]}
{:config-paths ["../resources/clj-kondo.exports/com.shipclojure/voice-fn"
"../resources/clj-kondo.exports/com.shipclojure/voice-fn-types"]}
2 changes: 1 addition & 1 deletion dev/malli.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
(malli-dev/start!)

;; create export file
(let [export-file (io/file "resources/clj-kondo/clj-kondo.exports/com.shipclojure/voice-fn-types/config.edn")]
(let [export-file (io/file "resources/clj-kondo.exports/com.shipclojure/voice-fn-types/config.edn")]

;; make parents if not exist
(io/make-parents export-file)
Expand Down

0 comments on commit c75175f

Please sign in to comment.