Skip to content

Commit

Permalink
tweak: Remove postversion hook since it is not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Jun 20, 2016
1 parent f6442a2 commit 74d8759
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
20 changes: 0 additions & 20 deletions build/exec.js

This file was deleted.

4 changes: 0 additions & 4 deletions package.json
Expand Up @@ -38,10 +38,6 @@
"doc:publish": "npm run doc:stage && npm run doc:commit && npm run doc:push",
"doc:submodule": "npm run doc:submodule:commit",
"doc:submodule:commit": "git commit doc -m \"doc: Update documentation\"",
"postversion": "npm run version:tag",
"version:tag": "npm run exec -- git tag -a v$npm_package_version -m \"Version $npm_package_version\"",
"version:get": "npm run exec -- echo -e $npm_package_version",
"exec": "node ./build/exec.js",
"watch": "concurrently -r --kill-others \"npm run watch:build\" \"npm run watch:test\"",
"watch:build": "tsc --watch",
"watch:test": "mocha --opts test/mocha.opts --watch dist/test"
Expand Down

0 comments on commit 74d8759

Please sign in to comment.