aboutsummaryrefslogtreecommitdiff
path: root/test/js/dune
diff options
context:
space:
mode:
Diffstat (limited to 'test/js/dune')
-rw-r--r--test/js/dune2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/js/dune b/test/js/dune
index 83a2e60..b34c980 100644
--- a/test/js/dune
+++ b/test/js/dune
@@ -3,10 +3,12 @@
(libraries portal_ws lwt js_of_ocaml)
(modes js)
(preprocess (pps js_of_ocaml-ppx))
+ (deps node_modules)
(js_of_ocaml
(javascript_files polyfill.js)))
(rule
(alias npm)
+ (target node_modules)
(deps package.json package-lock.json)
(action (system "npm ci")))