Skip to content

Commit

Permalink
remove postpublish
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana committed Oct 22, 2020
1 parent a51fe09 commit 3be370f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"patch": "npm version patch && npm publish",
"minor": "npm version minor && npm publish",
"major": "npm version major && npm publish",
"prepublishOnly": "yarn run lint && yarn run test && yarn run build",
"postpublish": "git push origin master --follow-tags"
"prepublishOnly": "yarn run lint && yarn run test && yarn run build"
},
"jest": {
"testRegex": "/test/.*",
Expand Down

0 comments on commit 3be370f

Please sign in to comment.