codama-idl / codama

Generate clients, CLIs, documentation and more from your Solana programs
MIT License
73 stars 16 forks source link

Find a way to pnpm link the monorepo when doing local tests #62

Open lorisleiva opened 3 months ago

lorisleiva commented 3 months ago

Now that Codama is a monorepo, it's harder to locally test on other repos since we can no longer just point to the main package. If we try to do that on the library package, it's not happy because of the sub-packages inter-dependencies — I.e. workspace:*.

There must surely be an easy way to do this that I'm not aware of. Please internet.