chore: move git hooks to js

This commit is contained in:
AJ ONeal
2023-10-12 04:40:25 +00:00
parent db5113e025
commit 73af48eb9d
4 changed files with 49 additions and 3 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ async function copyScripts() {
var gitHooksDir = Path.join(gitDir, 'hooks');
var src = Path.join(scriptsDir, 'git-hooks-pre-commit');
var src = Path.join(scriptsDir, 'git-hooks-pre-commit.js');
var dst = Path.join(gitHooksDir, 'pre-commit');
console.info(`[git-hooks] Checking for pre-commit hooks...`);