Skip to content

Commit c4ea87b

Browse files
authored
chore: Change npm publish option [skip ci] (#164)
1 parent 086a208 commit c4ea87b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.release-it.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ module.exports = {
77
github: {
88
release: true,
99
},
10-
npm: false,
10+
npm: {
11+
publish: true,
12+
},
1113
plugins: {
1214
'release-it-yarn-workspaces': {
1315
skipChecks: true,
14-
publish: false,
16+
publish: true,
1517
},
1618
'@release-it/conventional-changelog': {
1719
preset: 'conventionalcommits',

0 commit comments

Comments
 (0)