pkg update
This commit is contained in:
parent
6e63bf2241
commit
03241a73d6
|
|
@ -12,7 +12,8 @@
|
||||||
"build:agents": "node tools/cli.js build --agents-only",
|
"build:agents": "node tools/cli.js build --agents-only",
|
||||||
"build:teams": "node tools/cli.js build --teams-only",
|
"build:teams": "node tools/cli.js build --teams-only",
|
||||||
"list:agents": "node tools/cli.js list:agents",
|
"list:agents": "node tools/cli.js list:agents",
|
||||||
"validate": "node tools/cli.js validate"
|
"validate": "node tools/cli.js validate",
|
||||||
|
"install:bmad": "node tools/installer/bin/bmad.js install"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"commander": "^9.4.1",
|
"commander": "^9.4.1",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue