We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d949912 commit 139bf67Copy full SHA for 139bf67
src/config.ts
@@ -14,3 +14,5 @@ export const config: GitHooksConfig = await loadConfig({
14
cwd: resolve(__dirname, '..'),
15
defaultConfig,
16
})
17
+
18
+console.log('cwd', resolve(__dirname, '..'))
0 commit comments