()
| 42 | var noClientHook = false; |
| 43 | var noServerHook = false; |
| 44 | var shouldContinue = function() { |
| 45 | return !(noClientHook && noServerHook); |
| 46 | } |
| 47 | |
| 48 | // Don't install hooks if package.json has "no[Client|Server]Hook": true |
| 49 | // or if `commitMsg.no[Client|Server]Hook` is true in `git config`. |