Some of internal package are published to npm and should be marked as private. ## Affected packages - [x] babel-preset-commitlint - [x] test-environment - [x] test - [x] utils ## Possible Solution Mark those packages are private in package.json ```json5 { "private": true, // .... } ```