Skip to content

Commit

Permalink
intuit#2141: add missed --no-verify-access for lerna publish
Browse files Browse the repository at this point in the history
  • Loading branch information
karpoff committed May 25, 2022
1 parent 7c5c354 commit 55510a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/npm/__tests__/npm.test.ts
Expand Up @@ -681,6 +681,7 @@ describe("publish", () => {
"--yes",
"from-package",
"--exact",
"--no-verify-access"
]);
});

Expand All @@ -703,6 +704,7 @@ describe("publish", () => {
"--yes",
"from-package",
false,
"--no-verify-access"
]);
});

Expand All @@ -728,6 +730,7 @@ describe("publish", () => {
false,
"--legacy-auth",
"abcd",
"--no-verify-access"
]);
});

Expand All @@ -752,6 +755,7 @@ describe("publish", () => {
false,
"--contents",
"dist/publish-folder",
"--no-verify-access"
]);
});

Expand Down

0 comments on commit 55510a7

Please sign in to comment.