wcb/.husky/pre-commit
Ayo 6af7598973
Some checks are pending
Tests / Unit (happy-dom) (push) Waiting to run
Tests / E2E (Chromium + Firefox + WebKit) (push) Waiting to run
Tests / Size limit (push) Waiting to run
chore: add github test actions
2026-07-05 16:10:35 +02:00

5 lines
198 B
Text
Executable file

# Lean: lint + format staged files, then the fast unit suite.
# Heavier checks (browser e2e, size-limit) run on pre-push; the full
# cross-browser matrix runs in CI.
pnpm exec lint-staged
pnpm test