Skip to content

Commit beef5b2

Browse files
committed
fix: tweak release-it configuration
1 parent 6329f67 commit beef5b2

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.release-it.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"tagName": "v${version}"
1515
},
1616
"npm": {
17-
"publish": true
17+
"publish": true,
18+
"skipChecks": true
1819
},
1920
"github": {
2021
"release": true

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@
6565
"url": "https://github.com/contentpass/react-native-contentpass/issues"
6666
},
6767
"homepage": "https://github.com/contentpass/react-native-contentpass#readme",
68-
"npm": {
69-
"publish": false,
70-
"skipChecks": true
71-
},
7268
"publishConfig": {
7369
"registry": "https://registry.npmjs.org/",
7470
"access": "public"

0 commit comments

Comments
 (0)