Skip to content

Commit f403163

Browse files
committed
chore: remove auto git push after version script
Sometimes it was unnecessary making immediate git push after 'npm version', so we should remove it for now.
1 parent 5985bd9 commit f403163

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"prepare": "tsc",
1414
"build": "tsc",
1515
"test": "jest",
16-
"postversion": "git push && git push --tags",
1716
"changelog": "github_changelog_generator -u dabakovich -p react-native-controlled-mentions"
1817
},
1918
"files": [

0 commit comments

Comments
 (0)