tsdx builds in inter-dependent mono repo(lerna) #531
Labels
kind: support
Asking for support with something or a specific use case
problem: stale
Issue has not been responded to in some time
scope: integration
Related to an integration, not necessarily to core (but could influence core)
topic: monorepo
Related to Lerna monorepos
Description
I have a mono repo. The repo location is https://github.com/simbathesailor/kalakari. It has three tsdx repos :
Now utilities have to be compiled before hooks compilation, hooks have to be compiled before components compilation and in the end, components should be compiled.
Why there is this kind of need?
All three packages are referencing each other. hooks may refer utilities so it is essential to compile utilities first before hooks to avoid a compilation error.
hooks repository
components repository
components repository should get compiled first and then hooks repository
I am using lerna for the mono repo. How can I run a command which looks for changes in these repositories and rebuild them in the following order:
utilities --> hooks ---> components.
Does tsdx support this kind of requirement?
Can we do something using concurrently ?
The text was updated successfully, but these errors were encountered: