We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84cab16 commit 407f36eCopy full SHA for 407f36e
scripts/publish.ts
@@ -83,7 +83,8 @@ function buildAndPublish() {
83
84
printBanner("Publishing Packages");
85
86
- safeExec(`lerna publish --yes from-package`, {
+ // --no-verify-access enables lerna publish to work in ci with access token.
87
+ safeExec(`lerna publish --yes from-package --no-verify-access`, {
88
cwd: REPO_ROOT,
89
});
90
}
0 commit comments