Skip to content

Commit

Permalink
fix(local-commitlint): check local commits for commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
thorecaspersen committed Jun 10, 2019
1 parent a447e5b commit 6d7f958
Show file tree
Hide file tree
Showing 2 changed files with 199 additions and 1 deletion.
194 changes: 193 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,18 @@
"@commitlint/travis-cli": "^8.0.0",
"commitizen": "^3.1.1",
"cz-conventional-changelog": "^2.1.0",
"husky": "^2.4.0",
"semantic-release": "^15.13.12",
"semantic-release-cli": "^5.1.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -e $GIT_PARAMS"
}
}
}

0 comments on commit 6d7f958

Please sign in to comment.