Skip to content

Commit 5a9c7f9

Browse files
committed
Post version
1 parent 2430be3 commit 5a9c7f9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"build": "yarn build:esm && yarn build:es5",
2828
"prebuild": "yarn clean",
2929
"postbuild:es5": "echo '{\"type\": \"commonjs\"}' > dist/package.json",
30-
"preversion": "yarn lint && yarn test --run && yarn build"
30+
"preversion": "yarn lint && yarn test --run && yarn build",
31+
"postversion": "git push --follow-tags"
3132
},
3233
"repository": {
3334
"type": "git",

0 commit comments

Comments
 (0)