Skip to content

Commit 3a5b031

Browse files
committed
update post release checks
1 parent a9612d1 commit 3a5b031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.publishrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"publishCommand": "npm publish",
1616
"publishTag": "latest",
1717
"prePublishScript": "npm test && npm test-types",
18-
"postPublishScript": false
18+
"postPublishScript": "git push origin master --tags && echo 'Published and Pushed to Github successfully!'"
1919
}

0 commit comments

Comments
 (0)