From 096dc78980af8dbd245fd458fd42c9275d8ca695 Mon Sep 17 00:00:00 2001 From: Paritosh Singh Date: Mon, 19 Oct 2020 23:03:58 +0530 Subject: [PATCH] test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c10428..74386fb 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react-scripts": "^3.4.3" }, "scripts": { - "start": "react-scripts start", + "start": "npm install && react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject"