Skip to content

Commit 956609f

Browse files
author
Marvin Zhang
committed
refactor: enable pre-commit checks by removing temporary exit statement
1 parent 6598c87 commit 956609f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.husky/pre-commit

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/usr/bin/env sh
22
. "$(dirname -- "$0")/_/husky.sh"
33

4-
exit 0 # TEMPORARY: Remove this line to enable pre-commit checks
5-
64
echo "🔍 Running pre-commit validations..."
75

86
# Run lint-staged for efficient checking of staged files

0 commit comments

Comments
 (0)