Skip to content

Commit f33e1d5

Browse files
committed
make it work when no node-modules are installed
1 parent 43a6275 commit f33e1d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/buildRuntimeRewatch.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ cp runtime/lib/js/*.js lib/js
1212
cp runtime/lib/bs/*.@(cmi|cmj|cmt|cmti) lib/ocaml/
1313
cp runtime/*.@(res|resi) lib/ocaml/
1414
# copy the stdlib build artifacts to the testrepo
15+
mkdir -p rewatch/testrepo/node_modules/rescript/lib/ocaml
1516
cp -rf lib/ocaml rewatch/testrepo/node_modules/rescript/lib/ocaml

0 commit comments

Comments
 (0)