ui-v2 cleanup (#2701)

This commit is contained in:
Zane
2025-05-28 14:33:02 -07:00
committed by GitHub
parent 132e0b7fca
commit b5884a448b
42 changed files with 1201 additions and 700 deletions
+6
View File
@@ -5,3 +5,9 @@ if git diff --cached --name-only | grep -q "^ui/desktop/"; then
. "$(dirname -- "$0")/_/husky.sh"
cd ui/desktop && npx lint-staged
fi
# Only auto-format ui-v2 TS code if relevant files are modified
if git diff --cached --name-only | grep -q "^ui-v2/"; then
. "$(dirname -- "$0")/_/husky.sh"
cd ui-v2 && npx lint-staged
fi