What is the best way to install the latest version from GitHub into my project?
I want to check if one of the latest commits that is on GitHub will fix an issue that I have. Is there any way to have the GitHub repo as a dependency for my project? I tried several things, including building and linking it locally, but the whole monorepo structure makes it not work somehow.
