@@ -3202,8 +3202,9 @@ Options:
3202
3202
[-E|--save-exact] [-g|--global]
3203
3203
[--install-strategy <hoisted|nested|shallow|linked>] [--legacy-bundling]
3204
3204
[--global-style] [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
3205
- [--strict-peer-deps] [--prefer-dedupe] [--no-package-lock] [--foreground-scripts]
3206
- [--ignore-scripts] [--no-audit] [--no-bin-links] [--no-fund] [--dry-run]
3205
+ [--strict-peer-deps] [--prefer-dedupe] [--no-package-lock] [--package-lock-only]
3206
+ [--foreground-scripts] [--ignore-scripts] [--no-audit] [--no-bin-links]
3207
+ [--no-fund] [--dry-run]
3207
3208
[-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
3208
3209
[-ws|--workspaces] [--include-workspace-root] [--install-links]
3209
3210
@@ -3227,6 +3228,7 @@ aliases: add, i, in, ins, inst, insta, instal, isnt, isnta, isntal, isntall
3227
3228
#### \`strict-peer-deps\`
3228
3229
#### \`prefer-dedupe\`
3229
3230
#### \`package-lock\`
3231
+ #### \`package-lock-only\`
3230
3232
#### \`foreground-scripts\`
3231
3233
#### \`ignore-scripts\`
3232
3234
#### \`audit\`
@@ -3291,8 +3293,9 @@ Options:
3291
3293
[-E|--save-exact] [-g|--global]
3292
3294
[--install-strategy <hoisted|nested|shallow|linked>] [--legacy-bundling]
3293
3295
[--global-style] [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
3294
- [--strict-peer-deps] [--prefer-dedupe] [--no-package-lock] [--foreground-scripts]
3295
- [--ignore-scripts] [--no-audit] [--no-bin-links] [--no-fund] [--dry-run]
3296
+ [--strict-peer-deps] [--prefer-dedupe] [--no-package-lock] [--package-lock-only]
3297
+ [--foreground-scripts] [--ignore-scripts] [--no-audit] [--no-bin-links]
3298
+ [--no-fund] [--dry-run]
3296
3299
[-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
3297
3300
[-ws|--workspaces] [--include-workspace-root] [--install-links]
3298
3301
@@ -3316,6 +3319,7 @@ alias: it
3316
3319
#### \`strict-peer-deps\`
3317
3320
#### \`prefer-dedupe\`
3318
3321
#### \`package-lock\`
3322
+ #### \`package-lock-only\`
3319
3323
#### \`foreground-scripts\`
3320
3324
#### \`ignore-scripts\`
3321
3325
#### \`audit\`
0 commit comments