5 lines
198 B
Text
Executable file
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
|