Skip to content

Commit

Permalink
feat(core): temp
Browse files Browse the repository at this point in the history
fix #123
  • Loading branch information
sfsholden committed Aug 19, 2020
1 parent a81205c commit 8aafe4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": ["@commitlint/config-conventional"]
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"devDependencies": {
"@salesforce/dev-config": "1.4.1",
"@salesforce/dev-scripts": "0.3.14",
"ajv": "6.1.1",
"commitizen": "^3.0.5",
"cz-conventional-changelog": "^3.2.0",
Expand Down Expand Up @@ -68,7 +69,8 @@
},
"husky": {
"hooks": {
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true",
"prepare-commit-msg": "yarn sfdx-husky-commit-msg",
"pre-commit": "yarn sfdx-husky-pre-commit",
"pre-push": "npm run lint && npm run reformat"
}
},
Expand Down

0 comments on commit 8aafe4d

Please sign in to comment.