We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6329f67 commit beef5b2Copy full SHA for beef5b2
.release-it.json
@@ -14,7 +14,8 @@
14
"tagName": "v${version}"
15
},
16
"npm": {
17
- "publish": true
+ "publish": true,
18
+ "skipChecks": true
19
20
"github": {
21
"release": true
package.json
@@ -65,10 +65,6 @@
65
"url": "https://github.com/contentpass/react-native-contentpass/issues"
66
67
"homepage": "https://github.com/contentpass/react-native-contentpass#readme",
68
- "npm": {
69
- "publish": false,
70
- "skipChecks": true
71
- },
72
"publishConfig": {
73
"registry": "https://registry.npmjs.org/",
74
"access": "public"
0 commit comments