managarten/.husky
Wuesteon 14806386ce 🔧 chore: add pre-push build validation for changed apps
- Create build-changed-apps.sh script that:
  - Detects which web apps have changes vs remote branch
  - Builds only affected apps (not all apps)
  - For shared packages, builds main apps that depend on them
- Enable pre-push hook to run build validation

This catches npm package incompatibilities and build failures
before pushing to remote, preventing CI/CD failures.

Skip with: git push --no-verify
2025-12-15 19:49:30 +01:00
..
pre-commit 🔧 chore: add svelte-check to pre-commit hooks 2025-12-15 17:53:52 +01:00
pre-push 🔧 chore: add pre-push build validation for changed apps 2025-12-15 19:49:30 +01:00