Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/lib/content/using-npm/scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ These scripts happen in addition to the `pre<event>`, `post<event>`, and
**prepare** (since `[email protected]`)
* Runs BEFORE the package is packed, i.e.
during `npm publish` and `npm pack`
* Runs on local `npm install` without any arguments
* Runs on local `npm install` without package arguments (runs with flags like `--production` or `--omit=dev`, but does not run when installing specific packages like `npm install express`)
* Runs AFTER `prepublishOnly` and `prepack`, but BEFORE `postpack`
* Runs for a package if it's being installed as a link through `npm install <folder>`

Expand Down
Loading