Skip to content

Commit

Permalink
chore: tweak release config
Browse files Browse the repository at this point in the history
  • Loading branch information
SConaway committed Sep 14, 2020
1 parent 5615780 commit 43ef9bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
"example": "yarn --cwd example",
"pods": "cd example && pod-install --quiet",
"stylecleanup": "stylecleanup fix \"{src,example}/**/*.{js,ts,tsx}\"",
"bootstrap": "yarn example && yarn && yarn pods"
"bootstrap": "yarn example && yarn && yarn pods",
"release": "release-it",
"release-it": "release-it"
},
"keywords": [
"react-native",
Expand Down Expand Up @@ -93,7 +95,7 @@
"tagName": "v${version}"
},
"npm": {
"publish": false
"publish": true
},
"github": {
"release": true
Expand Down

0 comments on commit 43ef9bb

Please sign in to comment.