wcb/.husky/pre-commit
Ayo f320e845bb
Some checks are pending
Tests / Unit (push) Waiting to run
Tests / E2E (push) Waiting to run
chore: nightly full e2e and size limit tests
2026-07-05 16:33:10 +02:00

8 lines
382 B
Text
Executable file

# Everything runs at commit time. This repo auto-pushes to multiple remotes
# (github, forgejo, sourcehut — see post-commit), so a pre-push hook would
# re-run these once per remote; keeping them here runs them once per commit.
# The full cross-browser e2e matrix still runs nightly in CI. Order: cheap → expensive.
pnpm exec lint-staged
pnpm test
pnpm test:e2e
pnpm size-limit