Skip to content

Commit 4b08e2e

Browse files
milaninfyowlstronaut
authored andcommitted
fix(docs): prepare script runs for local package links
1 parent 3231ee9 commit 4b08e2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/lib/content/using-npm/scripts.md

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ situations. These scripts happen in addition to the `pre<event>`, `post<event>`,
4646
and `npm pack`
4747
* Runs on local `npm install` without any arguments
4848
* Runs AFTER `prepublish`, but BEFORE `prepublishOnly`
49+
* Runs for a package if it's being installed as a link through `npm install <folder>`
4950

5051
* NOTE: If a package being installed through git contains a `prepare`
5152
script, its `dependencies` and `devDependencies` will be installed, and

0 commit comments

Comments
 (0)