diff options
author | Clombrong <clombrong@egregore.fun> | 2025-04-24 15:48:38 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-04-24 15:48:38 +0200 |
commit | bde5d745550496727d7977156b8141d8fe85f404 (patch) | |
tree | eb17df9fc14dc04ec4adf3c561440142917ebfad /test/js | |
parent | 1aa2f2dac32d4289ce95db806589c05ea102503c (diff) |
fix: make npm deps great again
Diffstat (limited to 'test/js')
-rw-r--r-- | test/js/dune | 2 |
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"))) |