Does anyone know how to use a forked version of th...
# orm-help
k
Does anyone know how to use a forked version of the prisma CLI? I forked the entire project to fix an issue in the Go generator, but I can't seem to find a way to use yarn or npm to install a project from a sub directory in a GitHub repo. I found a few issues that have been open for years, and it doesn't look like they'll be resolved any time soon. I also came across Lerna, but it looks like the package itself needs to be setup to use. I can see if I can add the configuration files for it in my forked version, but I'm just wondering if there is a better way
I also know about yarn link, and that works locally, but I was hoping there was a simpler way to have other team members use the changes without separately cloning the repository and linking it. This is the route that I'm going to go for now (can handle the cloning and linking in a script), so I think I have a work around, but any alternative ideas would be appreciated