Skip to content

Commit

Permalink
chore(package.json): remove docs publication in releases commands
Browse files Browse the repository at this point in the history
  • Loading branch information
noldor committed Apr 14, 2018
1 parent e8039bd commit feaee6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"docs.json": "typedoc src --mode file --json docs/docs.json",
"docs.show": "yarn run docs && opn docs/index.html",
"docs.publish": "yarn run docs && gh-pages -d docs",
"release.major": "release major && yarn publish && yarn run docs.publish",
"release.minor": "release minor && yarn publish && yarn run docs.publish",
"release.patch": "release patch && yarn publish && yarn run docs.publish",
"release.major": "release major && yarn publish",
"release.minor": "release minor && yarn publish",
"release.patch": "release patch && yarn publish",
"release.pre": "release pre && yarn publish",
"checkPackage": "yarn run build && yarn run lint && yarn run test",
"commit": "git-cz",
Expand Down

0 comments on commit feaee6c

Please sign in to comment.