mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-17 09:45:25 +00:00
* chore: added CC PR review * remove CLAUDE.md --------- Co-authored-by: Murat Ozcan <murat@mac.lan>
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
|