Skip to content

Commit f15b51a

Browse files
author
dnolen
committed
we need to call distinct
1 parent 933678e commit f15b51a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/main/clojure/cljs/build/api.clj

+2-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,8 @@
306306
that the module-deps & JSONStream NPM packages are either locally or
307307
globally installed."
308308
[entries]
309-
(add-package-jsons (vec (mapcat node-module-deps entries))))
309+
(add-package-jsons
310+
(vec (distinct (mapcat node-module-deps entries)))))
310311

311312
(comment
312313
(node-inputs

0 commit comments

Comments
 (0)