We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5ac94d commit 46ca5f8Copy full SHA for 46ca5f8
package.json
@@ -19,7 +19,7 @@
19
"postpack": "npm run clean",
20
"preversion": "npm run lint && npm run prettier:check && tsc && npm test && npm run test:integration",
21
"version": "changes --commits --footer --workspace",
22
- "postversion": "npm publish"
+ "postversion": "git push --follow-tags && npm publish"
23
},
24
"keywords": [
25
"mocha",
0 commit comments