Skip to content

Commit 3a3808a

Browse files
npm-cli-botrichardlau
authored andcommittedMar 19, 2024
deps: upgrade npm to 10.5.0
PR-URL: #51913 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent c8876d7 commit 3a3808a

File tree

396 files changed

+8964
-3998
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

396 files changed

+8964
-3998
lines changed
 

‎deps/npm/docs/content/commands/npm-audit.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,8 @@ the order in which omit/include are specified on the command-line.
374374

375375
#### `foreground-scripts`
376376

377-
* Default: false
377+
* Default: `false` unless when using `npm pack` or `npm publish` where it
378+
defaults to `true`
378379
* Type: Boolean
379380

380381
Run all build scripts (ie, `preinstall`, `install`, and `postinstall`)

‎deps/npm/docs/content/commands/npm-ci.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ this warning is treated as a failure.
169169

170170
#### `foreground-scripts`
171171

172-
* Default: false
172+
* Default: `false` unless when using `npm pack` or `npm publish` where it
173+
defaults to `true`
173174
* Type: Boolean
174175

175176
Run all build scripts (ie, `preinstall`, `install`, and `postinstall`)

0 commit comments

Comments
 (0)
Please sign in to comment.