You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/microservices/package.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@
11
11
"orders": "cd orders && npm start",
12
12
"event-bus": "cd event-bus && npm start",
13
13
"pkg:install": "npm install && cd auth && npm install && cd .. && cd client && npm install && cd .. && cd event-bus && npm install && cd .. && cd inventory && npm install && cd .. && cd items && npm install && cd .. && cd orders && npm install && cd ..",
14
-
"start": "concurrently --kill-others-on-fail \" npm run auth\"\" npm run items\"\" npm run inventory\"\" npm run orders\"\" npm run event-bus\"\" npm run client\""
14
+
"start": "concurrently --kill-others-on-fail \" npm run auth\"\" npm run items\"\" npm run inventory\"\" npm run orders\"\" npm run event-bus\"\" npm run client\"",
15
+
"start:microservices": "cd examples/microservices && make all && npm run pkg:install && npm start"
0 commit comments