From ff986a8019b814e8a542b7cc1f6a21910c4c45ed Mon Sep 17 00:00:00 2001 From: Ritesh Singh <1124ritesh@gmail.com> Date: Thu, 28 Mar 2019 16:49:07 +0530 Subject: [PATCH] package.json Signed-off-by: Ritesh Singh <1124ritesh@gmail.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e54306..747ae64 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "client": "cd frontend && npm start", "client-install": "cd frontend && npm install", "dev": "concurrently \"npm run server\" \"npm run start\"", - "setup": "npm run client-install && npm run server-install && npm run dev" + "setup": "npm install && npm run client-install && npm run server-install && npm run dev" }, "repository": { "type": "git",