Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 68d3ac5

Browse files
fix(build): regression test script isn't executable
1 parent 0057638 commit 68d3ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/semantic-release/_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ verify()
128128
# build_aot
129129
#fi
130130

131-
$SCRIPT_DIR/_regression-test.sh
131+
sh -x $SCRIPT_DIR/_regression-test.sh
132132
check $? "Regression test failure"
133133

134134
# It's strongly discouraged for library authors to publish shrinkwrap.json, since that would prevent end users from

0 commit comments

Comments
 (0)