mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
5 lines
141 B
Plaintext
5 lines
141 B
Plaintext
# Run lint-staged for formatting and linting on staged files only
|
|
npx lint-staged
|
|
|
|
# Everything else (tests, type checking) should run in CI
|