From 4ef3746855f1a8d1690144ac512659de62744aef Mon Sep 17 00:00:00 2001 From: Jack Amadeo Date: Mon, 25 Aug 2025 08:36:28 -0400 Subject: [PATCH] Remove a bit from pre-commit that husky says we should (#4286) --- .husky/pre-commit | 3 --- 1 file changed, 3 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 01fd068475..89939bcf81 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,9 +1,6 @@ -#!/usr/bin/env sh - # Only auto-format desktop TS code if relevant files are modified if git diff --cached --name-only | grep -q "^ui/desktop/"; then if [ -d "ui/desktop" ]; then - . "$(dirname -- "$0")/_/husky.sh" cd ui/desktop && npx lint-staged else echo "Warning: ui/desktop directory does not exist, skipping lint-staged"