Skip to content

Commit

Permalink
chore: skip npm checks on release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Mar 21, 2023
1 parent 6ac4b4e commit dc7af01
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,17 @@
"@commitlint/config-conventional"
]
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
"publish": true,
"skipChecks": true
},
"github": {
"release": true
Expand Down

0 comments on commit dc7af01

Please sign in to comment.