File tree Expand file tree Collapse file tree 2 files changed +10
-18
lines changed Expand file tree Collapse file tree 2 files changed +10
-18
lines changed Original file line number Diff line number Diff line change 22set -e
33shopt -s extglob
44
5- (cd runtime && ../cli/rescript.js clean)
5+ (cd runtime && ../cli/rescript.js clean && ../cli/rescript.js build )
66
77rm -f lib/es6/* .js lib/js/* .js lib/ocaml/*
88mkdir -p lib/es6 lib/js lib/ocaml
9- mkdir -p runtime/lib/es6 runtime/lib/js
109
11- (cd runtime && ../cli/rescript.js build)
12-
13- cp runtime/lib/es6/! (Pervasives_mini).js lib/es6
14- cp runtime/lib/js/! (Pervasives_mini).js lib/js
15- cp runtime/lib/bs/! (Pervasives_mini| Belt_internal* ).cmi lib/ocaml/
16- cp runtime/lib/bs/! (Pervasives_mini).@ (cmi| cmj| cmt| cmti) lib/ocaml/
17- cp runtime/! (Pervasives_mini).@ (res| resi) lib/ocaml/
10+ 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/
Original file line number Diff line number Diff line change 22set -e
33shopt -s extglob
44
5- (cd runtime && ../cli/rewatch.js clean)
5+ (cd runtime && ../cli/rewatch.js clean && ../cli/rewatch.js build )
66
77rm -f lib/es6/* .js lib/js/* .js lib/ocaml/*
88mkdir -p lib/es6 lib/js lib/ocaml
9- mkdir -p runtime/lib/es6 runtime/lib/js
109
11- (cd runtime && ../cli/rewatch.js build)
12-
13- cp runtime/lib/es6/! (Pervasives_mini).js lib/es6
14- cp runtime/lib/js/! (Pervasives_mini).js lib/js
15- cp runtime/lib/bs/! (Pervasives_mini| Belt_internal* ).cmi lib/ocaml/
16- cp runtime/lib/bs/! (Pervasives_mini).@ (cmi| cmj| cmt| cmti) lib/ocaml/
17- cp runtime/! (Pervasives_mini).@ (res| resi) lib/ocaml/
10+ 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/
You can’t perform that action at this time.
0 commit comments