Currently, we are assuming the package files are located at the git repo listed in package.json, but in mono repos (like jest) that is not the case.
Need to add logic to realize that is the case and handle it properly.
initial solution that comes to mind is to check the name in the root packge.json file and if it does not match, iterate the folders for the proper directory
In case that the repo is handled by lerna (lerna.json exists) It seems that the ci configs are still at the root directory so maybe this issue is not relevant at all...
Currently, we are assuming the package files are located at the git repo listed in package.json, but in mono repos (like jest) that is not the case.
Need to add logic to realize that is the case and handle it properly.
initial solution that comes to mind is to check the name in the root packge.json file and if it does not match, iterate the folders for the proper directory
In case that the repo is handled by lerna (lerna.json exists) It seems that the ci configs are still at the root directory so maybe this issue is not relevant at all...