Skip to content

Commit 5e45fc1

Browse files
committed
chore: add run on output tool
1 parent d1c94f6 commit 5e45fc1

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

package-lock.json

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"private": true,
55
"type": "module",
66
"scripts": {
7-
"start": "concurrently \"npm:start:*\" --kill-others --ready=\"server running|started\" --success-command=\"npm run -s ready\"",
7+
"start": "run-on-output -n 'ready' -p 'burger.*lock,agent.*lock' concurrently \"npm:start:*\" --kill-others",
88
"start:burger": "npm run start --workspace=burger-webapp",
99
"start:mcp": "npm run start --workspace=burger-mcp",
1010
"start:agent": "npm run dev --workspace=agent-webapp",
11-
"ready": "echo '🚀 All services ready 🚀\n\n- Agent webapp : http://localhost:4280\n- Burger webapp : http://localhost:5173\n- Burger MCP : http://localhost:3000/mcp\n'",
11+
"ready": "echo '\n🚀 All services ready 🚀\n\n- Agent webapp : http://localhost:4280\n- Burger webapp : http://localhost:5173\n- Burger MCP : http://localhost:3000/mcp\n'",
1212
"build": "npm run build --workspaces --if-present",
1313
"clean": "npm run clean --workspaces --if-present",
1414
"lint": "xo",
@@ -45,6 +45,7 @@
4545
"concurrently": "^9",
4646
"prettier": "^3",
4747
"rimraf": "^6",
48+
"run-on-output": "^1.0.1",
4849
"typescript": "^5",
4950
"xo": "^0.60.0"
5051
},

0 commit comments

Comments
 (0)