We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5de6f commit 90aeb9cCopy full SHA for 90aeb9c
scripts/buildRuntimeRewatch.sh
@@ -11,3 +11,5 @@ cp runtime/lib/es6/*.js lib/es6
11
cp runtime/lib/js/*.js lib/js
12
cp runtime/lib/bs/*.@(cmi|cmj|cmt|cmti) lib/ocaml/
13
cp runtime/*.@(res|resi) lib/ocaml/
14
+# copy the stdlib build artifacts to the testrepo
15
+cp -rf lib/ocaml rewatch/testrepo/node_modules/rescript/lib/ocaml
0 commit comments