Skip to content

Commit

Permalink
Merge pull request #146 from walmartlabs/hls/20241117-fix-build-to-in…
Browse files Browse the repository at this point in the history
…clude-js

Ensure that GraphiQL resources are included in the JAR
  • Loading branch information
hlship authored Nov 18, 2024
2 parents 5718bed + 8a9ec93 commit d1eec62
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 d1eec62

Please sign in to comment.