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 083c316 commit 4ee55dfCopy full SHA for 4ee55df
packages/open-next/src/build/helper.ts
@@ -81,6 +81,7 @@ function findMonorepoRoot(appPath: string) {
81
// note: a lock file (package-lock.json, yarn.lock, or pnpm-lock.yaml) is
82
// not found in the app's directory or any of its parent directories.
83
// We are going to assume that the app is not part of a monorepo.
84
+ logger.warn("No lockfile found");
85
return { root: appPath, packager: "npm" as const };
86
}
87
0 commit comments