Skip to content
Closed
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
3 changes: 1 addition & 2 deletions doc/misc/npm-scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ following scripts:
Additionally, arbitrary scripts can be executed by running `npm
run-script <stage>`. *Pre* and *post* commands with matching
names will be run for those as well (e.g. `premyscript`, `myscript`,
`postmyscript`). Scripts from dependencies can be run with `npm explore
<pkg> -- npm run <stage>`.
`postmyscript`). Scripts from dependencies can be run with `npm explore <pkg> -- npm run <stage>`.

## PREPUBLISH AND PREPARE

Expand Down