No you bad argument!

This commit is contained in:
JKamsker 2023-07-27 23:32:17 +02:00
parent 2e0c6686a3
commit fdfb5f7dbd

View file

@ -30,7 +30,7 @@
"predeploy": "npm run build", "predeploy": "npm run build",
"deploy": "gh-pages -d build", "deploy": "gh-pages -d build",
"start": "react-scripts --openssl-legacy-provider start", "start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build", "build": "react-scripts build",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject" "eject": "react-scripts eject"
}, },