Skip to content

Commit

Permalink
Include npm publishing in release process
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed Oct 22, 2021
1 parent 1d4e55f commit 7baff0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,17 @@
"ember-addon": {
"configPath": "tests/dummy/config"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"release-it": {
"git": {
"tagName": "v${version}",
"commitMessage": "v${version}",
"pushArgs": "--follow-tags --no-verify"
},
"npm": {
"publish": false
"publish": true
},
"github": {
"release": true
Expand Down

0 comments on commit 7baff0e

Please sign in to comment.