Skip to content

Commit

Permalink
chore(clerk-js): Change text to inclue .retheme files
Browse files Browse the repository at this point in the history
  • Loading branch information
anagstef committed Nov 29, 2023
1 parent 661d9c2 commit e0cee73
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ui-retheme-changes-reminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,11 @@ jobs:
# ⚠️ Changes detected under the ClerkJS `ui` directory!
**Don't forget to apply the same changes under the `/ui.retheme` directory:**
`packages/clerk-js/src/ui/**` ➡️ `packages/clerk-js/src/ui.retheme/**`
Also, you may need to update the following files:
- `packages/localizations/src/en-US.retheme.ts`
- `packages/localizations/src/index.retheme.ts`
- `packages/types/src/appearance.retheme.ts`
- `packages/types/src/clerk.retheme.ts`
- `packages/types/src/index.retheme.ts`
- `packages/types/src/localization.retheme.ts`

0 comments on commit e0cee73

Please sign in to comment.