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:
parent
01cb46e43d
commit
cb1836bd6d
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue