Skip to content

Commit bdccffc

Browse files
committed
chore: Disable root package publish option
1 parent 77f5836 commit bdccffc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.release-it.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ module.exports = {
77
github: {
88
release: true,
99
},
10-
npm: {
11-
publish: true,
12-
},
10+
npm: false,
1311
plugins: {
1412
'release-it-yarn-workspaces': {
1513
skipChecks: true,

0 commit comments

Comments
 (0)