diff --git a/portfolio_frontend/package.json b/portfolio_frontend/package.json index 8571137..9038a09 100644 --- a/portfolio_frontend/package.json +++ b/portfolio_frontend/package.json @@ -35,7 +35,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "react-scripts build", + "build": "react-scripts --openssl-legacy-provider build", "test": "react-scripts test", "eject": "react-scripts eject" },