Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
feat(package.json): add push-docs script
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Feb 12, 2017
1 parent ea19be1 commit 6969873
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generators/app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"preversion": "npm run test",
"version": "npm run changelog && git add -A CHANGELOG.md",
"postversion": "git push origin master && git push origin master --tags",
"push-docs": "node .publish-gh-pages",
"release-major": "npm version major -m \"chore(release): v%s\"",
"release-minor": "npm version minor -m \"chore(release): v%s\"",
"release-patch": "npm version patch -m \"chore(release): v%s\"",
Expand Down

0 comments on commit 6969873

Please sign in to comment.