I'm aware that I can use git repos as well as branches for dependencies in my package.json, but I can't seem to find a way to use that feature on a monorepo with multiple packages stored in a `/packages` subdirectory?I've forked the repo and made a PR, I want to provide a demo hosted online to better demonstrate the changes in my PR. Is it possible to do this, or do I need to pull the package out of the monorepo structure into a new repo just for this?(it also imports some other packages in that monorepo(all published/treated as separate packages on npm though and when referenced) that I've also made changes to, so I'd need a separate repo for each one?(or perhaps branches works).
Submitted January 13, 2019 at 10:08AM by kwhali
No comments:
Post a Comment