Skip to content

Commit 5c8de8f

Browse files
committed
chore: improve run all
1 parent b9261dd commit 5c8de8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 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=\"echo '🚀 Tous les services sont démarrés et prêts!'\"",
7+
"start": "concurrently \"npm:start:*\" --kill-others --ready=\"server running|started\" --success-command=\"npm run -s ready\"",
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": "",
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'",
1212
"build": "npm run build --workspaces --if-present",
1313
"clean": "npm run clean --workspaces --if-present",
1414
"lint": "xo",

0 commit comments

Comments
 (0)