8 lines
382 B
Text
Executable file
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
|