Adds a Husky pre-push hook so `npm run test:e2e` must pass before any
push is accepted. The login regression in 8f5c13f would have been caught
immediately had this gate been in place.
Closes #48 (enforcement side — coverage gaps tracked separately).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 lines
32 B
Plaintext
Executable File
2 lines
32 B
Plaintext
Executable File
cd frontend && npm run test:e2e
|