Skip to content

Commit

Permalink
chore: push tag after version
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed Jul 11, 2024
1 parent 0a45462 commit 6ca3199
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"prepare": "husky install",
"preview": "vite preview",
"pretty": "prettier --write --ignore-unknown .",
"typecheck": "tsc --noEmit -p tsconfig.json"
"typecheck": "tsc --noEmit -p tsconfig.json",
"postversion": "git push && git push --tags"
},
"dependencies": {
"@emotion/react": "^11.11.4",
Expand Down

0 comments on commit 6ca3199

Please sign in to comment.