Skip to content

Commit 5c24df2

Browse files
authored
refactor: test (#4757)
1 parent a60b3b2 commit 5c24df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.husky/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ for check_function in "${CHECK_FUNCTIONS[@]}"; do
5353
# Call the check function to set variables
5454
$check_function
5555

56-
if echo "$FILES" | grep --quiet --extended-regexp --recursive "$PATTERN"; then
56+
if echo "$FILES" | grep --exclude-dir={.git,node_modules,__snapshots__,output} --quiet --extended-regexp --recursive "$PATTERN"; then
5757
echo "Detected changes in $DESCRIPTION"
5858

5959
## Run the corresponding command

0 commit comments

Comments
 (0)