config-loader resolve config from cwd
Signed-off-by: Jacob Bolda <me@jacobbolda.com>
This commit is contained in:
@@ -124,7 +124,9 @@ export async function collectConfigSchemas(
|
||||
);
|
||||
}
|
||||
|
||||
await Promise.all(packageNames.map(name => processItem({ name })));
|
||||
await Promise.all(
|
||||
packageNames.map(name => processItem({ name, parentPath: currentDir })),
|
||||
);
|
||||
|
||||
const tsSchemas = compileTsSchemas(tsSchemaPaths);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user