Skip to content

Commit c6309ad

Browse files
committed
Invoke rewatch executable
1 parent 8007232 commit c6309ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rewatch/tests/compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ fi
3737
# Build from standalone package folder using `rescript build`
3838
bold "Test: Standalone package can build via rescript from package folder"
3939
pushd ./packages/standalone > /dev/null
40-
error_output=$(rescript build 2>&1)
40+
error_output=$("../../$REWATCH_EXECUTABLE" build 2>&1)
4141
if [ $? -eq 0 ];
4242
then
4343
success "Standalone package built"

0 commit comments

Comments
 (0)