Skip to content

Commit

Permalink
Merge pull request #2421 from jackw/jackw/fix-npm-version-dry-run
Browse files Browse the repository at this point in the history
NPM: Fix lerna version erroring with unknown registry arg
  • Loading branch information
hipstersmoothie committed Feb 22, 2024
2 parents 80f70b0 + d8c86e4 commit 9760c10
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/npm/src/index.ts
Expand Up @@ -980,7 +980,6 @@ export default class NPMPlugin implements IPlugin {
"lerna",
"version",
useVersion || bump,
...(await getRegistryArgs()),
...getLegacyAuthArgs(this.legacyAuth, { isMonorepo: true }),
"--yes",
"--no-push",
Expand Down Expand Up @@ -1131,7 +1130,6 @@ export default class NPMPlugin implements IPlugin {
"lerna",
"version",
canaryVersion,
...(await getRegistryArgs()),
...getLegacyAuthArgs(this.legacyAuth, { isMonorepo: true }),
"--yes",
"--no-push",
Expand Down

0 comments on commit 9760c10

Please sign in to comment.