Skip to content

Commit b249165

Browse files
committed
fix?
1 parent f33e1d5 commit b249165

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ jobs:
9898
- name: Install npm packages
9999
run: yarn install
100100

101+
- name: Install testrepo deps
102+
run: cd rewatch/testrepo && yarn install
103+
101104
- name: Install dependencies (Linux)
102105
if: runner.os == 'Linux'
103106
uses: awalsh128/cache-apt-pkgs-action@v1.4.3

scripts/buildRuntimeRewatch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ cp runtime/lib/es6/*.js lib/es6
1111
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/
14-
# copy the stdlib build artifacts to the testrepo
14+
# overwrite the stdlib build artifacts to the testrepo
1515
mkdir -p rewatch/testrepo/node_modules/rescript/lib/ocaml
1616
cp -rf lib/ocaml rewatch/testrepo/node_modules/rescript/lib/ocaml

0 commit comments

Comments
 (0)