Skip to content

Commit 7baff0e

Browse files
committed
Include npm publishing in release process
1 parent 1d4e55f commit 7baff0e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,17 @@
4343
"ember-addon": {
4444
"configPath": "tests/dummy/config"
4545
},
46+
"publishConfig": {
47+
"registry": "https://registry.npmjs.org/"
48+
},
4649
"release-it": {
4750
"git": {
4851
"tagName": "v${version}",
4952
"commitMessage": "v${version}",
5053
"pushArgs": "--follow-tags --no-verify"
5154
},
5255
"npm": {
53-
"publish": false
56+
"publish": true
5457
},
5558
"github": {
5659
"release": true

0 commit comments

Comments
 (0)