chore: add npm script for release

This commit is contained in:
Satyajit Sahoo
2019-03-06 23:47:06 +01:00
parent 6486c4b7dd
commit 5976ec8420

View File

@@ -12,7 +12,8 @@
"lint": "eslint .",
"precommit": "yarn lint && yarn flow && yarn test",
"bootstrap": "yarn && yarn --cwd example",
"example": "yarn --cwd example"
"example": "yarn --cwd example",
"release": "yarn release-it"
},
"keywords": [
"react-native-component",