chore: remove test file

This commit is contained in:
saravanakumardb1 2026-02-12 16:17:29 -08:00
parent 4afd39bd85
commit 92cb800d32
4 changed files with 1535 additions and 3 deletions

14
.husky/pre-commit Executable file
View File

@ -0,0 +1,14 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
# Check if Husky is disabled via environment variable
if [ "$HUSKY_ENABLED" = "false" ]; then
echo "⚠️ Husky disabled via HUSKY_ENABLED=false"
echo "💡 To re-enable: unset HUSKY_ENABLED or export HUSKY_ENABLED=true"
exit 0
fi
echo "🐶 Running pre-commit hooks for common platform..."
# Run lint-staged on staged files
npx lint-staged

1520
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -25,7 +25,7 @@ fi
echo "🐶 Running pre-commit hooks for common platform..."
# Run lint-staged on staged files
npx lint-staged
pnpm dlx lint-staged
EOF
# Make the hook executable

View File

@ -1,2 +0,0 @@
console.log('test common plat');
console.log('test2');