Skip to content

Commit 1ffef4a

Browse files
author
Hongbo Zhang
committed
tweak script
1 parent 15b291f commit 1ffef4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jscomp/release.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/sh
22
set -e
33
watchman watch-del .
4+
. ./env.sh
5+
. ./build.sh
46
make release
57

68
# TODO: if $OCAMLSCRIPT_RELEASE is current dir, should still work, but
@@ -9,6 +11,7 @@ make release
911

1012
rm -rf $OCAMLSCRIPT_RELEASE/jscomp/bin/compiler.ml
1113
cp bin/compiler.ml $OCAMLSCRIPT_RELEASE/jscomp/bin
14+
cp js_cmj_datasets.ml $OCAMLSCRIPT_RELEASE/jscomp
1215
cd $OCAMLSCRIPT_RELEASE/jscomp
1316

1417
git clean -dfx

0 commit comments

Comments
 (0)