I am building an open-source package, which was inside its own repository but I decided to move it inside a monorepo (with turbo, nextjs etc). Now that this package is inside that monorepo, I am unable to work on it independently without breaking things. Next.js app uses that package, and whenever I change stuff it breaks the app code.
I tried unlinking that package and using static version in the package.json, but that didn't help. What should I do at this point?