Add --color to intl:extract verification (#4023)

This commit is contained in:
Josiah Glosson 2025-07-19 07:42:17 -05:00 committed by GitHub
parent a8caa1afc3
commit 526561f2de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,4 +80,4 @@ jobs:
- name: 🔍 Verify intl:extract has been run - name: 🔍 Verify intl:extract has been run
run: | run: |
pnpm intl:extract pnpm intl:extract
git diff --exit-code */*/src/locales/en-US/index.json git diff --exit-code --color */*/src/locales/en-US/index.json