Skip to content

Commit 7914167

Browse files
cinderblockruyadorno
authored andcommitted
Instructions for seeing background script output
PR-URL: #3546 Credit: @cinderblock Close: #3546 Reviewed-by: @wraithgar
1 parent c11aa53 commit 7914167

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/content/using-npm/scripts.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ situations. These scripts happen in addition to the `pre<event>`, `post<event>`,
5454
the prepare script will be run, before the package is packaged and
5555
installed.
5656

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

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

0 commit comments

Comments
 (0)