From 4d4610801fd01219dad2318c74e866db1c219678 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Tue, 25 Jun 2024 07:58:29 -0500 Subject: [PATCH] Add "&& npm dedupe --force" to clean-and-install --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d0385dd..47e1ab1 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "build": "react-scripts build", "clean": "rm -rf node_modules package-lock.json lib", "eject": "react-scripts eject", - "clean-and-install": "rm -rf node_modules/ && rm -rf package-lock.json && rm -rf lib/ && npm install --legacy-peer-deps", + "clean-and-install": "rm -rf node_modules/ && rm -rf package-lock.json && rm -rf lib/ && npm install --legacy-peer-deps && npm dedupe --force", "npm-install": "npm install --legacy-peer-deps", "prepublishOnly": "tsc -p ./ --outDir lib/", "start": "BROWSER=none react-scripts --max-http-header-size=65535 start",