Skip to content

Commit a6d2010

Browse files
committed
Disable npm publish in release configuration
1 parent 56ad615 commit a6d2010

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.release-it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"push": true
44
},
55
"npm": {
6-
"publish": true,
6+
"publish": false,
77
"skipChecks": true
88
},
99
"github": {

0 commit comments

Comments
 (0)