mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 00:21:21 +00:00
7 lines
152 B
Bash
Executable File
7 lines
152 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Run lint-staged for formatting and linting on staged files only
|
|
npx lint-staged
|
|
|
|
# Everything else (tests, type checking) should run in CI
|