tcarrio / maverick

Orchestrated containerized development for monorepositories
0 stars 0 forks source link

Bug: Finding `.env`, `maverick.yml` failing in subdirectories #5

Closed tcarrio closed 4 years ago

tcarrio commented 4 years ago

No bug info provided directly. Investigate issue where Maverick may not find files correctly in a projects child directories.

tcarrio commented 4 years ago

After further investigation, this was caused by the user creating an initial config with maverick --init. This file was overriding the one at the root of the project, where lerna.json was. Therefore the paths were being replaced incorrectly because they did not share the same root path.