@rachel_rotenberg/ai-contribution-tracker 1.0.25 → 1.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli.js +1 -1
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -112,6 +112,7 @@ function ensurePassthroughHooks(hooksDir) {
|
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
+
|
|
115
116
|
/** Install the global git commit-msg hook. */
|
|
116
117
|
function installGitHook() {
|
|
117
118
|
console.log("\nGit commit-msg hook:");
|
|
@@ -128,7 +129,6 @@ function installGitHook() {
|
|
|
128
129
|
}
|
|
129
130
|
|
|
130
131
|
if (existingPath) {
|
|
131
|
-
// Use existing hooksPath directory
|
|
132
132
|
fs.mkdirSync(existingPath, { recursive: true });
|
|
133
133
|
appendOrCreateHook(existingPath);
|
|
134
134
|
ensurePassthroughHooks(existingPath);
|
package/package.json
CHANGED