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