Alex
Alex
Maybe this could be added as a feature, not sure how often is needed For now you can update name in `package.json` before publishing, I recently did so -)
I probably didn't get your case.
Yalc is just a way to quickly share a package across projects in one's dev environment, it just copies content to .yalc folder, and may add ref in `package.json`, that...
> I still have to use yalc push for the files to change in my project, so I'm not sure if I misunderstood something Yes. Yalc link just allow not...
Seem to be the same issue https://github.com/yarnpkg/yarn/issues/937
`unlink` should reinstall.
well yes, it could. Yalc actually designed for its purpose, its not supposed to "replace" a tool. Need to think if its worth to run `yarn` by default. Btw, If...
@robbiehudson should read the docs more carefully
Yalc just copiest package content to your projects and add to package.json local dependency (if you use just `yalc add package`). It is simple. Not sure what can go wrong...
> magic in the build chain That's bad.