We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8007232 commit c6309adCopy full SHA for c6309ad
rewatch/tests/compile.sh
@@ -37,7 +37,7 @@ fi
37
# Build from standalone package folder using `rescript build`
38
bold "Test: Standalone package can build via rescript from package folder"
39
pushd ./packages/standalone > /dev/null
40
-error_output=$(rescript build 2>&1)
+error_output=$("../../$REWATCH_EXECUTABLE" build 2>&1)
41
if [ $? -eq 0 ];
42
then
43
success "Standalone package built"
0 commit comments