diff --git a/catch-of-the-day/package.json b/catch-of-the-day/package.json index 1973a3e42d..9c690bfac8 100755 --- a/catch-of-the-day/package.json +++ b/catch-of-the-day/package.json @@ -20,9 +20,9 @@ }, "scripts": { "dev": "react-scripts start", - "start": "react-scripts start", + "start": "export SET NODE_OPTIONS=--openssl-legacy-provider && FAST_REFRESH=false react-scripts start", "watch": "concurrently --names \"webpack, stylus\" --prefix name \"npm run start\" \"npm run styles:watch\"", - "build": "react-scripts build", + "build": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts build", "eject": "react-scripts eject", "styles": "stylus -u autoprefixer-stylus ./src/css/style.styl -o ./src/css/style.css", "now-build": "npm run build && mv build dist",