mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-02-18 00:17:39 +01:00
- Fix Storage.tsx using number priorities instead of string literals - Move husky configuration to repository root for proper git hook support - Add package.json/lock.json to root (un-ignore in .gitignore) - Configure pre-push hook to run type-check before push
3 lines
100 B
Plaintext
Executable File
3 lines
100 B
Plaintext
Executable File
# TypeScript type-check before push to prevent CI failures
|
|
cd frontend-modern && npm run type-check
|