Skip to content

Commit

Permalink
fix: postversion 스크립트에 --amend 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
potados99 committed Feb 16, 2022
1 parent 6438d39 commit b4bbec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"android": "react-native run-android",
"preversion": "npm test",
"postinstall": "patch-package",
"postversion": "react-native-version && git push && git push --tags"
"postversion": "react-native-version --amend && git push && git push --tags"
},
"dependencies": {
"@adrianso/react-native-device-brightness": "^1.2.4",
Expand Down

0 comments on commit b4bbec9

Please sign in to comment.