Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package version dependent? #214

Open
xenide opened this issue Feb 23, 2023 · 1 comment
Open

package version dependent? #214

xenide opened this issue Feb 23, 2023 · 1 comment

Comments

@xenide
Copy link

xenide commented Feb 23, 2023

When I publish changes, it seems that unless I also upgrade the version number in package.json, the existing version that is consumed downstream doesn't change (even when I do a yalc update). Is this the intended behavior?

However the strange thing is that we can observe the hash change in yalc.sig in node_modules/, but the behavior doesn't change unless I update the version number.

@wuelcas
Copy link

wuelcas commented Mar 2, 2023

I have the same issue. I solved this by using yalc link instead of yalc add in the project I want to use my local package. Then when I make changes to my local package I run yalc push --scripts --replace --changed (I use the scripts flag so the build script gets executed) and my project picks up the changes and recompiles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants