Skip to content

Commit fa30e98

Browse files
committed
added new script start:mciroservices
1 parent c04b89d commit fa30e98

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/microservices/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"orders": "cd orders && npm start",
1212
"event-bus": "cd event-bus && npm start",
1313
"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"
1516
},
1617
"keywords": [],
1718
"author": "",

0 commit comments

Comments
 (0)