Skip to content

Commit

Permalink
chore: Deprecate pre/postversion scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-suhas committed Jun 2, 2017
1 parent df2d4a9 commit 5d2e635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"check": "npm run lint && npm test",
"report": "nyc report --reporter=html",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"preversion": "npm run check && npm run build && npm run git-commit",
"postversion": "npm run git-push",
"preversion-deprecated": "npm run check && npm run build && npm run git-commit",
"postversion-deprecated": "npm run git-push",
"git-commit": "git add docs browser && git commit --no-verify -m \"Commit built files\"",
"git-push": "cross-env \"git push origin master && git push origin v$npm_package_version\""
},
Expand Down

0 comments on commit 5d2e635

Please sign in to comment.