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