Goose v2 base frontend (#2374)

Co-authored-by: Alex Hancock <alexhancock@block.xyz>
This commit is contained in:
Zane
2025-04-28 07:20:00 -07:00
committed by GitHub
parent 669a0a58d9
commit f3e586e724
44 changed files with 16367 additions and 0 deletions
+6
View File
@@ -4,4 +4,10 @@
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