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 f33e1d5 commit b249165Copy full SHA for b249165
.github/workflows/ci.yml
@@ -98,6 +98,9 @@ jobs:
98
- name: Install npm packages
99
run: yarn install
100
101
+ - name: Install testrepo deps
102
+ run: cd rewatch/testrepo && yarn install
103
+
104
- name: Install dependencies (Linux)
105
if: runner.os == 'Linux'
106
uses: awalsh128/[email protected]
scripts/buildRuntimeRewatch.sh
@@ -11,6 +11,6 @@ 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
+# overwrite the stdlib build artifacts to the testrepo
15
mkdir -p rewatch/testrepo/node_modules/rescript/lib/ocaml
16
cp -rf lib/ocaml rewatch/testrepo/node_modules/rescript/lib/ocaml
0 commit comments