Removed ui-v2 directory and updated project to use node in hermit and readme (#2831)

This commit is contained in:
Zane
2025-06-09 11:17:39 -07:00
committed by GitHub
parent e6028d2fad
commit 28b96d0f61
77 changed files with 5 additions and 21587 deletions
-10
View File
@@ -9,13 +9,3 @@ if git diff --cached --name-only | grep -q "^ui/desktop/"; then
echo "Warning: ui/desktop directory does not exist, skipping lint-staged"
fi
fi
# Only auto-format ui-v2 TS code if relevant files are modified
if git diff --cached --name-only | grep -q "^ui-v2/"; then
if [ -d "ui-v2" ]; then
. "$(dirname -- "$0")/_/husky.sh"
cd ui-v2 && npx lint-staged
else
echo "Warning: ui-v2 directory does not exist, skipping lint-staged"
fi
fi