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",