From cb1836bd6ddbb2369e2ed97a1d2f5d6630a7152b Mon Sep 17 00:00:00 2001 From: Brian Madison Date: Fri, 13 Jun 2025 08:48:59 -0500 Subject: [PATCH] fix: Remove problematic install script from package.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Prevents circular dependency during npm install - Fixes npx execution issues 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index cb59272f..dd86f6f8 100644 --- a/package.json +++ b/package.json @@ -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",