Skip to content

Commit

Permalink
#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 8d82377 commit 7c5c354
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/npm/src/index.ts
Expand Up @@ -1447,6 +1447,7 @@ export default class NPMPlugin implements IPlugin {
...(await getRegistryArgs()),
...getPublishFolderArgs(this.publishFolder, { isMonorepo: true }),
...getLegacyAuthArgs(this.legacyAuth, { isMonorepo: true }),
"--no-verify-access", // permit automation tokens https://github.com/lerna/lerna/issues/2788
]);
} else {
const { private: isPrivate } = await loadPackageJson();
Expand Down

0 comments on commit 7c5c354

Please sign in to comment.