From 0c7bac5b2683822058b79a3dbf8226bb1f9b20fa Mon Sep 17 00:00:00 2001 From: Prnajal Jain Date: Thu, 4 May 2023 21:52:56 -0400 Subject: [PATCH] Updated package-lock --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f0fa34e..159596f 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "react-scripts build", + "build": "npm config set legacy-peer-deps true && react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "report": "npm run build" @@ -54,4 +54,4 @@ "prettier": "^2.8.8", "webpack-bundle-analyzer": "^4.8.0" } -} +} \ No newline at end of file