Skip to content

Commit

Permalink
fix(clerk-js): Temporarily adding any to the emotion css prop
Browse files Browse the repository at this point in the history
Otherwise, DTS files will fail to be built using the fix(clerk-js): Introduce and use `~ui` alias

In order to be able to switch between /ui and /ui.retheme simply by changing the active tsconfig file.declarations.retheme.json file when `paths` is used. We will revert this change once the components are ready.
  • Loading branch information
nikosdouvlis committed Nov 14, 2023
1 parent f77e8cd commit 026218e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.retheme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Build packages
run: |
CLERK_RETHEME=1 npx turbo build --filter='@clerk/clerk-js' --filter='@clerk/nextjs'
CLERK_RETHEME=1 npx turbo build --force
- name: Install site in isolation
run: node scripts/install-site-in-isolation.mjs playground/nextjs
Expand Down

0 comments on commit 026218e

Please sign in to comment.