This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix fetching Buck root for a build target
I could've sworn it worked with relative directories - it boiled down to ```js const buildFile = ...; // relative return fsPromise.findNearestFile('.buckconfig', buildFile); ``` which *should* work for relative files, I believe?
- Loading branch information