diff --git a/package.json b/package.json index c7f465f6..f23223e8 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Toy example of microservice", "main": "", "scripts": { - "start": "run-p start-frontend start-controller start-shipping start-inventory", + "start": "run-p start-frontend start-controller start-inventory", "start-controller": "nodemon services/controller/index.js", "start-shipping": "nodemon services/shipping/index.js", "start-inventory": "nodemon services/inventory/index.js",