We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad3010 commit a6490b7Copy full SHA for a6490b7
package.json
@@ -12,6 +12,7 @@
12
"test": "jest",
13
"test:watch": "jest --watch",
14
"prerelease": "yarn lint && yarn test && yarn build",
15
+ "postrelease": "git push origin main --follow-tags",
16
"release": "standard-version --no-verify"
17
},
18
"devDependencies": {
0 commit comments