Skip to content

Commit 0a7c55b

Browse files
committed
chore: ignore locales and vercel-ignore.sh in vercel build to unblock translation PRs
1 parent f7be954 commit 0a7c55b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vercel-ignore.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [ -z "$CHANGED_FILES" ]; then
99
exit 0
1010
fi
1111

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

0 commit comments

Comments
 (0)