Skip to content

Commit

Permalink
ci css bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Apr 12, 2024
1 parent ad2f010 commit 48a997d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
(defn jar [_]
(b/write-pom opts)
(b/copy-dir {:src-dirs ["src"
"resources"]
"resources"
"target/node_modules"]
:target-dir class-dir})
(b/jar {:class-dir class-dir
:jar-file jar-file}))
Expand Down

0 comments on commit 48a997d

Please sign in to comment.