Skip to content

Commit 001d9c3

Browse files
committed
fix: mark beta-tools as private to skip npm publish
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
1 parent 838b4de commit 001d9c3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

modules/beta-tools/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
"yarn eslint --fix"
3737
]
3838
},
39-
"publishConfig": {
40-
"access": "public"
41-
},
39+
"private": true,
4240
"license": "MIT"
4341
}

0 commit comments

Comments
 (0)