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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ For contributors working on the BMad codebase:
npm test npm test
# Development commands # 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 format:fix # Auto-format code
npm run bundle # Build web bundles npm run bundle # Build web bundles
``` ```