Skip to content

Commit bc3f637

Browse files
committed
feat: add root start scripts
1 parent e95f4ca commit bc3f637

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"private": true,
55
"type": "module",
66
"scripts": {
7-
"start": "concurrently \"npm:start:*\" --kill-others",
8-
"start:webapp": "npm run dev --workspace=webapp",
9-
"start:api": "npm run start --workspace=api",
7+
"start": "concurrently \"npm:start:*\" --kill-others --ready=\"server running|started\" --success-command=\"echo '🚀 Tous les services sont démarrés et prêts!'\"",
8+
"start:burger": "npm run start --workspace=burger-webapp",
9+
"start:mcp": "npm run start --workspace=burger-mcp",
10+
"start:agent": "npm run dev --workspace=agent-webapp",
11+
"ready": "",
1012
"build": "npm run build --workspaces --if-present",
11-
"build:webapp": "npm run build --workspace=webapp",
12-
"build:api": "npm run build --workspace=api",
1313
"clean": "npm run clean --workspaces --if-present",
1414
"lint": "xo",
1515
"lint:fix": "xo --fix",

0 commit comments

Comments
 (0)