aboutsummaryrefslogtreecommitdiff
path: root/test/js/dune
blob: b34c9801bb6067280dba841e60d94a66fec25a6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(test
 (name websockets_hello)
 (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")))