Skip to content

Commit

Permalink
feat: force installation of captainhook hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Jul 14, 2021
1 parent b748ecf commit 689d660
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions captainhook.json
@@ -1,5 +1,8 @@
{
"config": {
"ansi-colors": true,
"fail-on-first-error": false,
"plugins": [],
"verbosity": "normal"
},
"commit-msg": {
Expand Down Expand Up @@ -116,5 +119,13 @@
]
}
]
},
"post-rewrite": {
"enabled": false,
"actions": []
},
"post-change": {
"enabled": false,
"actions": []
}
}
3 changes: 3 additions & 0 deletions composer.json
Expand Up @@ -37,6 +37,9 @@
"sort-packages": true
},
"extra": {
"captainhook": {
"force-install": true
},
"ramsey/conventional-commits": {
"configFile": "conventional-commits.json"
},
Expand Down

0 comments on commit 689d660

Please sign in to comment.