Don't use open ssl legacy

This commit is contained in:
Jordan Eldredge 2022-09-24 12:38:19 -07:00
parent c0ed712dd1
commit 0288bb23b1

View file

@ -30,9 +30,9 @@
"spark-md5": "^3.0.1"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"start": "react-scripts start",
"build-webamp": "cd ../webamp && yarn build-library",
"build": "yarn build-webamp && react-scripts --openssl-legacy-provider build",
"build": "yarn build-webamp && react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"find-skins": "node ./scripts/findSkins.js",