Skip to content

Commit

Permalink
ci: add to git hooks for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbubu committed Jun 9, 2018
1 parent f0e8b04 commit d23bad3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
"semantic-release": "semantic-release",
"semantic-release-prepare": "ts-node tools/semantic-release-prepare",
"precommit": "lint-staged",
"travis-deploy-once": "travis-deploy-once"
"travis-deploy-once": "travis-deploy-once",
"prepush": "npm run test:prod && npm run build",
"commitmsg": "validate-commit-msg"
},
"lint-staged": {
"{src,test}/**/*.ts": [
Expand Down Expand Up @@ -110,4 +112,4 @@
"validate-commit-msg": "^2.14.0",
"travis-deploy-once": "^5.0.0"
}
}
}

0 comments on commit d23bad3

Please sign in to comment.