Files
077c3a8c3a chore: fix lint-staged running in pre-push instead of pre-commit (#7375)
* chore: fix lint-staged running in pre-push instead of pre-commit

Move lint-staged back to pre-commit where staged files exist.
Simplify lint-staged to only run prettier (lint and type-check
already run on the full project in pre-push). Add root type-check
script and run it across all workspaces in pre-push.

Co-authored-by: Hanzo Dev <dev@hanzo.ai>

* chore: re-add icon type generation rule to lint-staged

The IcoMoon config change rule auto-regenerates icon types
and should not have been removed with the prettier cleanup.

Co-authored-by: Hanzo Dev <dev@hanzo.ai>

---------

Co-authored-by: Hanzo Dev <dev@hanzo.ai>
2026-03-10 13:58:36 +01:00
..