aboutsummaryrefslogtreecommitdiff
path: root/test/js/dune
blob: 83a2e6052eeda4a9d3daa9015051efe9c6bcdcca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
(test
 (name websockets_hello)
 (libraries portal_ws lwt js_of_ocaml)
 (modes js)
 (preprocess (pps js_of_ocaml-ppx))
 (js_of_ocaml
  (javascript_files polyfill.js)))

(rule
 (alias npm)
 (deps package.json package-lock.json)
 (action (system "npm ci")))