Skip to content

fix: mark beta-tools as private to skip npm publish#8240

Merged
lcovar merged 1 commit intomasterfrom
btc-0-fix-trusted
Mar 3, 2026
Merged

fix: mark beta-tools as private to skip npm publish#8240
lcovar merged 1 commit intomasterfrom
btc-0-fix-trusted

Conversation

@lcovar
Copy link
Contributor

@lcovar lcovar commented Mar 3, 2026

Summary

  • marks @bitgo/beta-tools as "private": true so lerna skips it during publish
  • the beta publish workflow was failing with E404 because @bitgo-beta/beta-tools doesn't exist on the npm registry and trusted publishing can't create new packages

Test plan

  • re-run the beta publish workflow and confirm it no longer fails on beta-tools

Ticket: BTC-0

beta-tools is an internal CLI tool and should not be published to npm.
The beta publish workflow was failing with E404 because the
@bitgo-beta/beta-tools package does not exist on the registry and
trusted publishing cannot create new packages.

Ticket: BTC-0
@lcovar lcovar requested a review from a team as a code owner March 3, 2026 22:25
@lcovar lcovar merged commit 2cc429b into master Mar 3, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants