Update README.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Murat K Ozcan
2025-11-20 15:26:50 -06:00
committed by GitHub
parent 25e6ad98e0
commit 8913c95b41

View File

@@ -164,7 +164,7 @@ For contributors working on the BMad codebase:
npm test
# Development commands
npm run lint:fix # Check code style
npm run lint:fix # Fix code style
npm run format:fix # Auto-format code
npm run bundle # Build web bundles
```