mirror of
https://github.com/bmad-code-org/BMAD-METHOD.git
synced 2026-01-30 04:32:02 +00:00
8 lines
120 B
Bash
Executable File
8 lines
120 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# Auto-fix changed files and stage them
|
|
npx --no-install lint-staged
|
|
|
|
# Validate everything
|
|
npm test
|