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 a9612d1 commit 3a5b031Copy full SHA for 3a5b031
.publishrc
@@ -15,5 +15,5 @@
15
"publishCommand": "npm publish",
16
"publishTag": "latest",
17
"prePublishScript": "npm test && npm test-types",
18
- "postPublishScript": false
+ "postPublishScript": "git push origin master --tags && echo 'Published and Pushed to Github successfully!'"
19
}
0 commit comments