Skip to content

Commit

Permalink
Remove "prepublishOnly" script
Browse files Browse the repository at this point in the history
Because the publishing will be done on Travis and this script is causing problem there.
  • Loading branch information
RaeesBhatti committed Jul 24, 2019
1 parent fca8133 commit cc50357
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"postpack": "rm -f oclif.manifest.json && git checkout -- npm-shrinkwrap.json && npm i",
"report": "nyc report --reporter=text-lcov | coveralls",
"version": "node ./scripts/docs.js && auto-changelog -p --template keepachangelog && git add README.md docs CHANGELOG.md",
"prepublishOnly": "git push && git push --tags && gh-release",
"update-semver": "npm --depth 9999 update",
"postinstall": "node ./scripts/postinstall.js"
},
Expand Down

0 comments on commit cc50357

Please sign in to comment.