We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2776e6b commit 63069f1Copy full SHA for 63069f1
src/io/pnpmWorkspaces.ts
@@ -13,7 +13,7 @@ export async function loadPnpmWorkspace(
13
const filepath = resolve(options.cwd ?? '', relative)
14
const rawText = await readFile(filepath, 'utf-8')
15
const context = parsePnpmWorkspaceYaml(rawText)
16
- const raw = context.document.toJSON()
+ const raw = context.getDocument().toJSON()
17
18
const catalogs: PnpmWorkspaceMeta[] = []
19
0 commit comments