We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b066d commit 460abefCopy full SHA for 460abef
package.json
@@ -18,7 +18,7 @@
18
"scripts": {
19
"start": "react-scripts start",
20
"clean": "rm -rf build _static",
21
- "build": "npm run clean && react-scripts build && mv build _static",
+ "build": "npm run clean && NODE_OPTIONS=--openssl-legacy-provider react-scripts build && mv build _static",
22
"test": "react-scripts test",
23
"eject": "react-scripts eject"
24
},
0 commit comments