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 76b6c35 commit d31d0b3Copy full SHA for d31d0b3
1 file changed
index.js
@@ -314,6 +314,10 @@ async function readPackageJson (options, { log } = {}) {
314
for (const wsDir of maybeWorkspaces.values()) {
315
pkg.workspaces.push(path.relative(opts.cwd, wsDir));
316
}
317
+ } else {
318
+ options.overrides({
319
+ workspaceRoot: rootDir
320
+ });
321
322
} else {
323
// We are in a workspace context, don't ask about
0 commit comments