Skip to content

Commit

Permalink
fix: add publishConfig to package.json, prefix to version name
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeirojose committed Oct 31, 2023
1 parent 2d50d01 commit 5115d5b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,20 @@
},
"release-it": {
"git": {
"commitMessage": "chore(release): v${version}"
"commitMessage": "chore(release): v${version}",
"tagName": "v${version}"
},
"github": {
"release": true
},
"npm": {
"publish": false
"publish": true,
"publishArgs": "--registry=https://npm.pkg.github.com"
}
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"engines": {
"node": ">=14.0.0"
},
Expand Down

0 comments on commit 5115d5b

Please sign in to comment.