Skip to content

Commit d53b43e

Browse files
committed
added new script start:electron
1 parent fa30e98 commit d53b43e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/microservices/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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:electron": "concurrently --kill-others-on-fail \" npm run auth\" \" npm run items\" \" npm run inventory\" \" npm run orders\" \" npm run event-bus\" \" npm run client\"",
1515
"start:microservices": "cd examples/microservices && make all && npm run pkg:install && npm start"
1616
},
1717
"keywords": [],

0 commit comments

Comments
 (0)