Skip to content

Commit 3e1d41c

Browse files
committed
chore: push tags after version change
1 parent 7567d08 commit 3e1d41c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"build": "tsc",
1616
"prepare": "npm run build",
1717
"lint": "eslint '*/**/*.ts' --quiet --fix",
18-
"postinstall": "node ./script.js"
18+
"postinstall": "node ./script.js",
19+
"postversion": "git push --follow-tags"
1920
},
2021
"license": "MIT",
2122
"devDependencies": {

0 commit comments

Comments
 (0)