Skip to content

Commit ed3cdf7

Browse files
Sundar MachaniSundar Machani
authored andcommitted
chore: fix husky script
1 parent eb0d0e7 commit ed3cdf7

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

.husky-disabled/pre-commit

Lines changed: 0 additions & 5 deletions
This file was deleted.

.husky/pre-push

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ if command -v nvm >/dev/null 2>&1 && [ -f .nvmrc ]; then
77
nvm use 20 2>/dev/null || nvm install 20 && nvm use 20
88
fi
99

10-
. "$(dirname "$0")/_/husky.sh"
11-
1210
changed_files=$(git diff --name-only @{upstream}...HEAD 2>/dev/null)
1311

1412
if [ -z "$changed_files" ]; then

0 commit comments

Comments
 (0)