Lets say i have module structure like below
Modules
->utils
->domain
->client
->services
->deploy (th
The question and the answers posted so far do not take the dependency tree into account. What if the utils module is changed? We need to rebuild (retest at least) it and all the modules depending on it.
Ways to do so: