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 2c4b0d7 commit 094a8afCopy full SHA for 094a8af
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 HEAD"
+ "postrelease": "git push --follow-tags origin HEAD && npm publish"
30
},
31
"husky": {
32
"hooks": {
0 commit comments