fix: Remove problematic install script from package.json

- Prevents circular dependency during npm install
- Fixes npx execution issues

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Brian Madison
2025-06-13 08:48:59 -05:00
parent 01cb46e43d
commit cb1836bd6d

View File

@@ -9,7 +9,6 @@
},
"scripts": {
"build": "node tools/cli.js build",
"install": "node tools/installer/bin/bmad.js install",
"build:agents": "node tools/cli.js build --agents-only",
"build:teams": "node tools/cli.js build --teams-only",
"list:agents": "node tools/cli.js list:agents",