Skip to content

Commit 5e17e49

Browse files
committed
Update command
1 parent 279080c commit 5e17e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/git/hooks/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ main() {
114114
files=$(echo "${changed_files}" | grep '/examples/.*\.js$' | grep -v '/examples/fixtures/.*\.js$' | tr '\n' ' ')
115115
if [[ -n "${files}" ]]; then
116116
echo 'Running JavaScript example files...' >&2
117-
make FILES="${files}" examples-files > /dev/null >&2
117+
make FILES="${files}" examples-javascript-files > /dev/null >&2
118118
if [[ "$?" -ne 0 ]]; then
119119
echo '' >&2
120120
echo 'Encountered an error when running JavaScript examples.' >&2

0 commit comments

Comments
 (0)