Skip to content

Commit 0e01d8b

Browse files
committed
test
1 parent 38d6412 commit 0e01d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ ACTUAL=$(npm --version)
55
if [ "$ACTUAL" != "$EXPECTED" ]; then
66
echo "❌ Wrong npm version! Expected $EXPECTED, got $ACTUAL"
77
echo "Run: nvm use (or install Node 22.12.0)"
8-
exit 1
8+
exit 1
99
fi

0 commit comments

Comments
 (0)