Skip to content

Commit 06510a8

Browse files
authored
docs: add ignore-scripts option to npm version help and docs (#8683)
1 parent 05319f0 commit 06510a8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

lib/commands/version.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class Version extends BaseCommand {
1717
'workspaces',
1818
'workspaces-update',
1919
'include-workspace-root',
20+
'ignore-scripts',
2021
]
2122

2223
static workspaces = true

tap-snapshots/test/lib/docs.js.test.cjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4488,6 +4488,7 @@ Options:
44884488
[--preid prerelease-id] [--sign-git-tag]
44894489
[-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
44904490
[--workspaces] [--no-workspaces-update] [--include-workspace-root]
4491+
[--ignore-scripts]
44914492
44924493
alias: verison
44934494
@@ -4509,6 +4510,7 @@ alias: verison
45094510
#### \`workspaces\`
45104511
#### \`workspaces-update\`
45114512
#### \`include-workspace-root\`
4513+
#### \`ignore-scripts\`
45124514
`
45134515

45144516
exports[`test/lib/docs.js TAP usage view > must match snapshot 1`] = `

0 commit comments

Comments
 (0)