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 3ddc1bb commit 2c4b0d7Copy full SHA for 2c4b0d7
package.json
@@ -26,7 +26,7 @@
26
"test": "jest --env node --coverage --runInBand",
27
"prerelease": "npm t && npm run lint",
28
"release": "standard-version",
29
- "postrelease": "git push --follow-tags origin master && npm publish"
+ "postrelease": "git push --follow-tags origin HEAD"
30
},
31
"husky": {
32
"hooks": {
0 commit comments