We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2430be3 commit 5a9c7f9Copy full SHA for 5a9c7f9
1 file changed
package.json
@@ -27,7 +27,8 @@
27
"build": "yarn build:esm && yarn build:es5",
28
"prebuild": "yarn clean",
29
"postbuild:es5": "echo '{\"type\": \"commonjs\"}' > dist/package.json",
30
- "preversion": "yarn lint && yarn test --run && yarn build"
+ "preversion": "yarn lint && yarn test --run && yarn build",
31
+ "postversion": "git push --follow-tags"
32
},
33
"repository": {
34
"type": "git",
0 commit comments