Skip to content

Commit c3b148e

Browse files
julianknutsenclaude
andcommitted
chore: make setup configures pre-commit hooks via core.hooksPath
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 45a5179 commit c3b148e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ $(GOLANGCI_LINT):
104104
setup: install-tools
105105
@command -v bun >/dev/null 2>&1 || { echo "Installing bun..."; curl -fsSL https://bun.sh/install | bash; }
106106
cd web && bun install
107-
ln -sf ../../scripts/pre-commit .git/hooks/pre-commit
107+
git config core.hooksPath .githooks
108108
@echo "Done. Tools installed, pre-commit hook active."
109109

110110
## web-check: typecheck + lint + test web frontend

0 commit comments

Comments
 (0)