File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 98
98
- name : Install npm packages
99
99
run : yarn install
100
100
101
+ - name : Install testrepo deps
102
+ run : cd rewatch/testrepo && yarn install
103
+
101
104
- name : Install dependencies (Linux)
102
105
if : runner.os == 'Linux'
103
106
uses : awalsh128/cache-apt-pkgs-action@v1.4.3
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ cp runtime/lib/es6/*.js lib/es6
11
11
cp runtime/lib/js/* .js lib/js
12
12
cp runtime/lib/bs/* .@ (cmi| cmj| cmt| cmti) lib/ocaml/
13
13
cp runtime/* .@ (res| resi) lib/ocaml/
14
- # copy the stdlib build artifacts to the testrepo
14
+ # overwrite the stdlib build artifacts to the testrepo
15
15
mkdir -p rewatch/testrepo/node_modules/rescript/lib/ocaml
16
16
cp -rf lib/ocaml rewatch/testrepo/node_modules/rescript/lib/ocaml
You can’t perform that action at this time.
0 commit comments