remove testing ui v2 directory (#2385)

This commit is contained in:
Zane
2025-04-29 07:21:19 -07:00
committed by GitHub
parent c8f63e3f91
commit efad41c93b
48 changed files with 0 additions and 17001 deletions
-6
View File
@@ -5,9 +5,3 @@ 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 desktop 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