Wanted a single place where we can leave links / thoughts on how we should do this.
Problem:
We've had frustrations with the current monorepo structure and we temporarily moved from manually npm linking packages (messy) to locally referencing packages in the package.json (ex: nomad-sdk: file:..) to make local dev experience easier.
Potential Solutions:
Lerna - good example is the Agoric SDK (thx for this potential solution Barbara!)
Wanted a single place where we can leave links / thoughts on how we should do this.
Problem: We've had frustrations with the current monorepo structure and we temporarily moved from manually npm linking packages (messy) to locally referencing packages in the package.json (ex:
nomad-sdk: file:..
) to make local dev experience easier.Potential Solutions:
Feel free to comment on any other monorepo problems we've been experiencing and other potential solutions.