diff options
author | npm team <ops+robot@npmjs.com> | 2022-03-17 20:22:31 +0000 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2022-03-18 18:55:25 -0700 |
commit | 76d85a82ea606ffa58bb34e13fc312e3004224db (patch) | |
tree | 85505fd18eb92f9d6de9c51b4a1ba7a0c58da476 /deps/npm/man/man1/npm-install-ci-test.1 | |
parent | fff95aeea944e62f9da0866729abc1b2736e0a9a (diff) | |
download | node-new-76d85a82ea606ffa58bb34e13fc312e3004224db.tar.gz |
deps: upgrade npm to 8.5.5
PR-URL: https://github.com/nodejs/node/pull/42382
Reviewed-By: Ruy Adorno <ruyadorno@github.com>
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'deps/npm/man/man1/npm-install-ci-test.1')
-rw-r--r-- | deps/npm/man/man1/npm-install-ci-test.1 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/deps/npm/man/man1/npm-install-ci-test.1 b/deps/npm/man/man1/npm-install-ci-test.1 index e264ef4352..f65e712ea5 100644 --- a/deps/npm/man/man1/npm-install-ci-test.1 +++ b/deps/npm/man/man1/npm-install-ci-test.1 @@ -27,6 +27,21 @@ When "true" submit audit reports alongside the current npm command to the default registry and all registries configured for scopes\. See the documentation for npm help \fBaudit\fP for details on what is submitted\. +.SS \fBforeground\-scripts\fP +.RS 0 +.IP \(bu 2 +Default: false +.IP \(bu 2 +Type: Boolean + +.RE +.P +Run all build scripts (ie, \fBpreinstall\fP, \fBinstall\fP, and \fBpostinstall\fP) +scripts for installed packages in the foreground process, sharing standard +input, output, and error with the main npm process\. +.P +Note that this will generally make installs run slower, and be much noisier, +but can be useful for debugging\. .SS \fBignore\-scripts\fP .RS 0 .IP \(bu 2 |