Closed jacekradko closed 7 hours ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
clerk-js-sandbox | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 21, 2024 1:53am |
To play devil's advocate here: If we want to dogfood and use https://github.com/clerk/javascript/tree/main/packages/dev-cli more we could also just remove yalc altogether
To play devil's advocate here: If we want to dogfood and use main/packages/dev-cli more we could also just remove yalc altogether
@LekoArts I am definitely on board with moving away from yalc
. We can put that on our backlog.
I am just trying to address the immediate issue with yalc
now that doesn't work properly
Description
Current version of
yalc
does not support thecatalog:
protocol. Switching to use a patched version ofyalc
in the monorepo which supports this new functionality.Checklist
pnpm test
runs as expected.pnpm build
runs as expected.Type of change