Skip to content

Commit

Permalink
Ensure that GraphiQL resources are included in the JAR
Browse files Browse the repository at this point in the history
Fixes #145
  • Loading branch information
hlship committed Nov 18, 2024
1 parent 5718bed commit 8a9ec93
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,13 @@

(defn jar
[_params]
(clean nil)
(prep nil)
(requiring-invoke net.lewisship.build.jar/create-jar jar-params))

.
(defn deploy
[_params]
(requiring-invoke net.lewisship.build.jar/deploy-jar (jar jar-params)))
(requiring-invoke net.lewisship.build.jar/deploy-jar (jar nil)))

(defn codox
[_params]
Expand Down

0 comments on commit 8a9ec93

Please sign in to comment.