Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Instructions for seeing background script output
PR-URL: #3546
Credit: @cinderblock
Close: #3546
Reviewed-by: @wraithgar
  • Loading branch information
cinderblock authored and ruyadorno committed Jul 15, 2021
1 parent c11aa53 commit 7914167
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/content/using-npm/scripts.md
Expand Up @@ -54,7 +54,8 @@ situations. These scripts happen in addition to the `pre<event>`, `post<event>`,
the prepare script will be run, before the package is packaged and
installed.

* As of `npm@7` these scripts run in the background
* As of `npm@7` these scripts run in the background.
To see the output, run with: `--foreground-scripts`.

**prepublish** (DEPRECATED)
* Does not run during `npm publish`, but does run during `npm ci`
Expand Down

0 comments on commit 7914167

Please sign in to comment.