CLI documentation update from CI
npm CLI robot committed
Jun 30, 2022 at 03:02 UTC
a908ae9185e1e444e36d3fe3e5bcba49600c696b
2 files changed
+16
-1
cli/v8
+1
-1
@@ -1 +1 @@
1
-Subproject commit 0ce09f18b011620600c66bd226ec0e1d0ba6eb8a
1
+Subproject commit ef8d2edd7da993f4086c85089952cd45834ac78b
content/cli/v8/commands/npm-run-script.md
+15
@@ -250,6 +250,21 @@ will *not* run any pre- or post-scripts.
250
<!-- automatically generated, do not edit manually -->
251
<!-- see lib/utils/config/definitions.js -->
252
253
+#### `foreground-scripts`
254
+
255
+* Default: false
256
+* Type: Boolean
257
+
258
+Run all build scripts (ie, `preinstall`, `install`, and `postinstall`)
259
+scripts for installed packages in the foreground process, sharing standard
260
+input, output, and error with the main npm process.
261
+
262
+Note that this will generally make installs run slower, and be much noisier,
263
+but can be useful for debugging.
264
+
265
+<!-- automatically generated, do not edit manually -->
266
+<!-- see lib/utils/config/definitions.js -->
267
+
268
#### `script-shell`
269
270
* Default: '/bin/sh' on POSIX systems, 'cmd.exe' on Windows