Fix build command

This commit is contained in:
Kevin Kandlbinder 2022-05-02 21:15:19 +02:00
parent 0d2d0ace03
commit c344942d40

View file

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