diff --git a/package.json b/package.json index 0b62c92..bd4e9d6 100644 --- a/package.json +++ b/package.json @@ -36,8 +36,8 @@ "webpack-hot-middleware": "^2.25.3" }, "scripts": { - "start": "react-scripts --openssl-legacy-provider start", - "build": "react-scripts build", + "start": "SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts --openssl-legacy-provider start", + "build": "SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" },