Skip to content

Commit 407f36e

Browse files
authored
Prepare release v0.3.1 (#116)
1 parent 84cab16 commit 407f36e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/publish.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ function buildAndPublish() {
8383

8484
printBanner("Publishing Packages");
8585

86-
safeExec(`lerna publish --yes from-package`, {
86+
// --no-verify-access enables lerna publish to work in ci with access token.
87+
safeExec(`lerna publish --yes from-package --no-verify-access`, {
8788
cwd: REPO_ROOT,
8889
});
8990
}

0 commit comments

Comments
 (0)