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

Commit f95ef9a

Browse files
committed
chore(ci): use correct hook for pushing tag after release
1 parent a67a6b7 commit f95ef9a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@
99
"lint": "eslint scripts",
1010
"fix": "eslint scripts --fix",
1111
"release": "standard-version",
12-
"prerelease": "git pull && npm i && npm run build",
13-
"posttag": "git push --follow-tags",
1412
"preinstall": "npx npm-force-resolutions"
1513
},
14+
"standard-version": {
15+
"scripts": {
16+
"prerelease": "git pull && npm i && npm run build",
17+
"posttag": "git push --follow-tags"
18+
}
19+
},
1620
"husky": {
1721
"hooks": {
1822
"pre-commit": "npm run lint",

0 commit comments

Comments
 (0)