From c93fa922244deb39f3969b4368f43ca09ae6c556 Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 1 Oct 2024 12:28:10 +0530 Subject: [PATCH] removed install command --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 168db88..6fea594 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,6 @@ "web-vitals": "^2.1.4" }, "scripts": { - "install": "npm install", "start": "react-scripts start", "build": "GENERATE_SOURCEMAP=false react-scripts build", "build:local": "GENERATE_SOURCEMAP=false env-cmd -e production react-scripts build",