Skip to content

Commit

Permalink
build(package.json): remove postpublish trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
vslutov committed Mar 4, 2019
1 parent e6bd7f1 commit 929e6c0
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 @@ -11,8 +11,7 @@
"cz": "git-cz",
"cover": "nyc ava && nyc report --reporter=text-lcov | coveralls",
"remark": "remark . .github",
"prepublishOnly": "npm install && npm run clean && npm test && npm run build && npm prune --production && npm dedupe && npm shrinkwrap",
"postversion": "npm install"
"prepublishOnly": "npm install && npm run clean && npm test && npm run build && npm prune --production && npm dedupe && npm shrinkwrap"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 929e6c0

Please sign in to comment.