Skip to content

Commit

Permalink
chore: remove auto git push after version script
Browse files Browse the repository at this point in the history
Sometimes it was unnecessary making immediate git push after 'npm version', so we should remove it for now.
  • Loading branch information
dabakovich committed Feb 22, 2021
1 parent 5985bd9 commit f403163
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"prepare": "tsc",
"build": "tsc",
"test": "jest",
"postversion": "git push && git push --tags",
"changelog": "github_changelog_generator -u dabakovich -p react-native-controlled-mentions"
},
"files": [
Expand Down

0 comments on commit f403163

Please sign in to comment.