File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -457,6 +457,11 @@ This section must start with the upper case text `BREAKING CHANGE` followed by a
457457colon (` : ` ) and a space (``). A description must be provided, describing what
458458has changed and how to migrate from older versions.
459459
460+ ## Husky setup for commit hooks
461+
462+ - run ` npm i ` at the root of the project
463+ - run ` npx husky install ` or ` npm run prepare ` at the root of the project
464+
460465### Tools to help generate a commit message
461466
462467This repository has [ commitizen] ( https://github.com/commitizen/cz-cli ) support
Original file line number Diff line number Diff line change 11{
22 "name" : " @sourceloop/root" ,
33 "private" : false ,
4- "scripts" : {},
4+ "scripts" : {
5+ "prepare" : " husky install"
6+ },
57 "devDependencies" : {
68 "@commitlint/cli" : " ^15.0.0" ,
79 "@commitlint/config-conventional" : " ^15.0.0" ,
You can’t perform that action at this time.
0 commit comments