From 78c2faabecf6ed60a8ea55235aba1edc659d517d Mon Sep 17 00:00:00 2001 From: Rohan Santhosh Date: Mon, 9 Mar 2026 17:56:33 +0800 Subject: [PATCH] docs: fix after-install warning typo (#10919) Co-authored-by: rohan436 --- building/after-install/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/building/after-install/src/index.ts b/building/after-install/src/index.ts index 62f7cf4697..272afa2a94 100644 --- a/building/after-install/src/index.ts +++ b/building/after-install/src/index.ts @@ -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