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 a60b3b2 commit 5c24df2Copy full SHA for 5c24df2
.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 --quiet --extended-regexp --recursive "$PATTERN"; then
+ if echo "$FILES" | grep --exclude-dir={.git,node_modules,__snapshots__,output} --quiet --extended-regexp --recursive "$PATTERN"; then
57
echo "Detected changes in $DESCRIPTION"
58
59
## Run the corresponding command
0 commit comments