docs: fix after-install warning typo (#10919)

Co-authored-by: rohan436 <rohan.santhoshkumar@googlemail.com>
This commit is contained in:
Rohan Santhosh
2026-03-09 17:56:33 +08:00
committed by GitHub
parent 2fccb03fbe
commit 78c2faabec

View File

@@ -66,7 +66,7 @@ function findPackages (
if (!pkgInfo.name) {
logger.warn({
message: `Skipping ${relativeDepPath} because cannot get the package name from ${WANTED_LOCKFILE}.
Try to run run \`pnpm update --depth 100\` to create a new ${WANTED_LOCKFILE} with all the necessary info.`,
Try to run \`pnpm update --depth 100\` to create a new ${WANTED_LOCKFILE} with all the necessary info.`,
prefix: opts.prefix,
})
return false