Skip to content

Commit 47438ff

Browse files
committed
fix: do not export npm_config_include_workspace_root
1 parent 2a26e5e commit 47438ff

27 files changed

+63
-18
lines changed

docs/content/commands/npm-audit.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,8 @@ When false, specifying individual workspaces via the `workspace` config, or
394394
all workspaces via the `workspaces` flag, will cause npm to operate only on
395395
the specified workspaces, and not on the root project.
396396

397+
This value is not exported to the environment for child processes.
398+
397399
<!-- automatically generated, do not edit manually -->
398400
<!-- see lib/utils/config/definitions.js -->
399401

docs/content/commands/npm-dedupe.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,8 @@ When false, specifying individual workspaces via the `workspace` config, or
305305
all workspaces via the `workspaces` flag, will cause npm to operate only on
306306
the specified workspaces, and not on the root project.
307307
308+
This value is not exported to the environment for child processes.
309+
308310
<!-- automatically generated, do not edit manually -->
309311
<!-- see lib/utils/config/definitions.js -->
310312

docs/content/commands/npm-diff.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,8 @@ When false, specifying individual workspaces via the `workspace` config, or
335335
all workspaces via the `workspaces` flag, will cause npm to operate only on
336336
the specified workspaces, and not on the root project.
337337
338+
This value is not exported to the environment for child processes.
339+
338340
<!-- automatically generated, do not edit manually -->
339341
<!-- see lib/utils/config/definitions.js -->
340342

docs/content/commands/npm-dist-tag.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ When false, specifying individual workspaces via the `workspace` config, or
159159
all workspaces via the `workspaces` flag, will cause npm to operate only on
160160
the specified workspaces, and not on the root project.
161161

162+
This value is not exported to the environment for child processes.
163+
162164
<!-- automatically generated, do not edit manually -->
163165
<!-- see lib/utils/config/definitions.js -->
164166

docs/content/commands/npm-docs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ When false, specifying individual workspaces via the `workspace` config, or
116116
all workspaces via the `workspaces` flag, will cause npm to operate only on
117117
the specified workspaces, and not on the root project.
118118
119+
This value is not exported to the environment for child processes.
120+
119121
<!-- automatically generated, do not edit manually -->
120122
<!-- see lib/utils/config/definitions.js -->
121123

docs/content/commands/npm-exec.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ When false, specifying individual workspaces via the `workspace` config, or
205205
all workspaces via the `workspaces` flag, will cause npm to operate only on
206206
the specified workspaces, and not on the root project.
207207

208+
This value is not exported to the environment for child processes.
209+
208210
<!-- automatically generated, do not edit manually -->
209211
<!-- see lib/utils/config/definitions.js -->
210212

docs/content/commands/npm-find-dupes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ When false, specifying individual workspaces via the `workspace` config, or
229229
all workspaces via the `workspaces` flag, will cause npm to operate only on
230230
the specified workspaces, and not on the root project.
231231

232+
This value is not exported to the environment for child processes.
233+
232234
<!-- automatically generated, do not edit manually -->
233235
<!-- see lib/utils/config/definitions.js -->
234236

docs/content/commands/npm-init.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ When false, specifying individual workspaces via the `workspace` config, or
264264
all workspaces via the `workspaces` flag, will cause npm to operate only on
265265
the specified workspaces, and not on the root project.
266266

267+
This value is not exported to the environment for child processes.
268+
267269
<!-- automatically generated, do not edit manually -->
268270
<!-- see lib/utils/config/definitions.js -->
269271

docs/content/commands/npm-install-test.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ takes exactly the same arguments as `npm install`.
4242
<!-- see lib/utils/config/definitions.js -->
4343
#### `save`
4444

45-
* Default: `true` unless when using `npm update` or `npm dedupe` where it
46-
defaults to `false`
45+
* Default: `true` unless when using `npm update` where it defaults to `false`
4746
* Type: Boolean
4847

4948
Save installed packages to a `package.json` file as dependencies.
@@ -315,6 +314,8 @@ When false, specifying individual workspaces via the `workspace` config, or
315314
all workspaces via the `workspaces` flag, will cause npm to operate only on
316315
the specified workspaces, and not on the root project.
317316

317+
This value is not exported to the environment for child processes.
318+
318319
<!-- automatically generated, do not edit manually -->
319320
<!-- see lib/utils/config/definitions.js -->
320321

docs/content/commands/npm-install.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,7 @@ These are some of the most common options related to installation.
432432
<!-- see lib/utils/config/definitions.js -->
433433
#### `save`
434434
435-
* Default: `true` unless when using `npm update` or `npm dedupe` where it
436-
defaults to `false`
435+
* Default: `true` unless when using `npm update` where it defaults to `false`
437436
* Type: Boolean
438437
439438
Save installed packages to a `package.json` file as dependencies.
@@ -705,6 +704,8 @@ When false, specifying individual workspaces via the `workspace` config, or
705704
all workspaces via the `workspaces` flag, will cause npm to operate only on
706705
the specified workspaces, and not on the root project.
707706
707+
This value is not exported to the environment for child processes.
708+
708709
<!-- automatically generated, do not edit manually -->
709710
<!-- see lib/utils/config/definitions.js -->
710711

0 commit comments

Comments
 (0)