Skip to content

Commit 460abef

Browse files
authored
Update package.json
1 parent c0b066d commit 460abef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"scripts": {
1919
"start": "react-scripts start",
2020
"clean": "rm -rf build _static",
21-
"build": "npm run clean && react-scripts build && mv build _static",
21+
"build": "npm run clean && NODE_OPTIONS=--openssl-legacy-provider react-scripts build && mv build _static",
2222
"test": "react-scripts test",
2323
"eject": "react-scripts eject"
2424
},

0 commit comments

Comments
 (0)