Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
chore(ci): use correct hook for pushing tag after release
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Oct 7, 2020
1 parent a67a6b7 commit f95ef9a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@
"lint": "eslint scripts",
"fix": "eslint scripts --fix",
"release": "standard-version",
"prerelease": "git pull && npm i && npm run build",
"posttag": "git push --follow-tags",
"preinstall": "npx npm-force-resolutions"
},
"standard-version": {
"scripts": {
"prerelease": "git pull && npm i && npm run build",
"posttag": "git push --follow-tags"
}
},
"husky": {
"hooks": {
"pre-commit": "npm run lint",
Expand Down

0 comments on commit f95ef9a

Please sign in to comment.