Skip to content

Commit

Permalink
Include provided alias in prep basis
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahTheDuke committed Oct 18, 2024
1 parent 445267d commit 7691290
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prep.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
[clojure.tools.build.api :as b]))

(def class-dir "target/classes")
(def basis (delay (b/create-basis {:project "deps.edn"})))
(def basis (delay (b/create-basis {:project "deps.edn"
:aliases [:provided]})))

(defn clean [opts]
(println "Cleaning target")
Expand Down

0 comments on commit 7691290

Please sign in to comment.