Skip to content

Commit 492015d

Browse files
committed
Improve cleaning in runtime build script
1 parent 1e233cb commit 492015d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/buildRuntime.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
set -e
33
shopt -s extglob
44

5+
(cd runtime && ../cli/rescript clean)
6+
57
rm -f lib/es6/*.js lib/js/*.js lib/ocaml/*
68
mkdir -p lib/es6 lib/js lib/ocaml
79
mkdir -p runtime/lib/es6 runtime/lib/js

0 commit comments

Comments
 (0)