Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vercel-ignore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ -z "$CHANGED_FILES" ]; then
exit 0
fi

if echo "$CHANGED_FILES" | grep -qvE '(^\.github/|^\.husky/|\.md$|\.test\.[jt]sx?$)'; then
if echo "$CHANGED_FILES" | grep -qvE '(^\.github/|^\.husky/|^locales/|^vercel-ignore\.sh$|\.md$|\.test\.[jt]sx?$)'; then
exit 1
else
exit 0
Expand Down
Loading