Skip to content

Commit

Permalink
Prepare release v0.3.1 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
bourdakos1 authored Dec 22, 2021
1 parent 84cab16 commit 407f36e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ function buildAndPublish() {

printBanner("Publishing Packages");

safeExec(`lerna publish --yes from-package`, {
// --no-verify-access enables lerna publish to work in ci with access token.
safeExec(`lerna publish --yes from-package --no-verify-access`, {
cwd: REPO_ROOT,
});
}
Expand Down

0 comments on commit 407f36e

Please sign in to comment.