Skip to content

Commit

Permalink
chore(package.json): add postversion script
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Apr 4, 2024
1 parent 52f6559 commit fd805ca
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 @@ -32,7 +32,8 @@
"lint": "eslint . --ext .ts,.vue --fix --ignore-path .gitignore",
"test": "vitest",
"coverage": "vitest run --coverage",
"prepublishOnly": "yarn build:one"
"prepublishOnly": "yarn build:one",
"postversion": "git push --follow-tags"
},
"peerDependencies": {
"@mdi/js": "6.2.95",
Expand Down

0 comments on commit fd805ca

Please sign in to comment.