Update build command

This commit is contained in:
Kevin Kandlbinder 2022-09-03 21:09:42 +02:00
parent b64a30fbd6
commit 2e64535372

View file

@ -33,8 +33,7 @@
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",
"build": "react-scripts --openssl-legacy-provider build", "build": "react-scripts build",
"buildNoLegacy": "react-scripts build",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject", "eject": "react-scripts eject",
"tscss": "typed-scss-modules src --watch", "tscss": "typed-scss-modules src --watch",