From c48ee2138f741d00e183170e776359682edeb85c Mon Sep 17 00:00:00 2001 From: Milan Meva Date: Mon, 21 Apr 2025 13:22:28 -0400 Subject: [PATCH] fix(docs): prepare script runs for local package links --- docs/lib/content/using-npm/scripts.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/lib/content/using-npm/scripts.md b/docs/lib/content/using-npm/scripts.md index 75f8929bd99fe..0e2303f384d01 100644 --- a/docs/lib/content/using-npm/scripts.md +++ b/docs/lib/content/using-npm/scripts.md @@ -46,6 +46,7 @@ situations. These scripts happen in addition to the `pre`, `post`, and `npm pack` * Runs on local `npm install` without any arguments * Runs AFTER `prepublish`, but BEFORE `prepublishOnly` +* Runs for a package if it's being installed as a link through `npm install ` * NOTE: If a package being installed through git contains a `prepare` script, its `dependencies` and `devDependencies` will be installed, and