mirror of
https://github.com/luxfi/safe-wallet.git
synced 2026-07-26 22:53:37 +00:00
* 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>