Yalc
#4157
Replies: 1 comment
-
write a test :) I have used yalc for getting the examples to work with local builds, and that works fine:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm diving into the contributing documentation. One of the recommendations to link the package and validate a change is to use Yalc. Yalc is pretty straightforward for simple repositories, however using it a monorepo with yarn workspaces isn't simple. Yalc's documentation for advanced uses with yarn workspaces hasn't worked for this repository.
I'm trying to validate a change to
query-core
.query-core
is a dependency ofreact-query
andreact-query-persist-client
. Does anyone have a recommendation for a workflow to linkquery-core
a dependency deep in the dependency graph? I'd really appreciate it and I'd be happy to update the documentation if you all think it helps more easily explain the contributing guidelines.Beta Was this translation helpful? Give feedback.
All reactions