mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-03 15:34:25 +00:00
Don't use open ssl legacy
This commit is contained in:
parent
c0ed712dd1
commit
0288bb23b1
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue