Build a makefile to look through all subdirs and make package dynamic in order to check every package, but this command fails, it displays every file in my subpackage, all the times.
The current solution I found out for checking changes is :
- build a subtree with packages/gateway
- diff the tag gateway@1.0.0 with subtree (same dir structure, so diff works)
- if I have > 0 files modified, the package need to be rebuilt
- destroy tmp tree
But this create/destroy local subtrees seems like an overkill to me, as I need to do it for each package
LLevel up your skills with our Microservices Course.