Skip to content

Commit d15fd85

Browse files
committed
adjust the script location
1 parent d53b43e commit d15fd85

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/microservices/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +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: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\"",
15-
"start:microservices": "cd examples/microservices && make all && npm run pkg:install && npm start"
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\""
1615
},
1716
"keywords": [],
1817
"author": "",

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@
9393
"backend-test": "npx jest --config __backend-tests__/jest.config.js --verbose",
9494
"start:selenium": "node e2e/seleniumTest.js",
9595
"start:e2e": "npm run dev:electron & npm run start:selenium",
96-
"start:electron": "concurrently \"npm:build\" \"npm:dev:app\" \"npm:dev:electron\""
96+
"start:electron": "concurrently \"npm:build\" \"npm:dev:app\" \"npm:dev:electron\"",
97+
"start:microservices": "cd examples/microservices && make all && npm run pkg:install && npm start"
9798
},
9899
"repository": {
99100
"type": "git",

0 commit comments

Comments
 (0)