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 9116a2b commit c30fbc6Copy full SHA for c30fbc6
.husky/pre-push
@@ -53,7 +53,7 @@ for check_function in "${CHECK_FUNCTIONS[@]}"; do
53
# Call the check function to set variables
54
$check_function
55
56
- if echo "$FILES" | grep -qE "$PATTERN"; then
+ if echo "$FILES" | grep --quiet --extended-regexp --recursive "$PATTERN"; then
57
echo "Detected changes in $DESCRIPTION"
58
59
## Run the corresponding command
0 commit comments