mirror of
https://github.com/c-cube/linol.git
synced 2025-12-06 03:05:31 -05:00
6 lines
138 B
OCaml
6 lines
138 B
OCaml
let () =
|
|
let cmd =
|
|
Filename.quote_command "yarn" [ "--cwd"; "ocaml-lsp-server/test/e2e"; "test" ]
|
|
in
|
|
Sys.command cmd |> exit
|
|
;;
|