From 2e6453537232a71ca1c9dc5812200b29bcbda3bc Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Sat, 3 Sep 2022 21:09:42 +0200 Subject: [PATCH] Update build command --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 712e1e2..77741d1 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "react-scripts --openssl-legacy-provider build", - "buildNoLegacy": "react-scripts build", + "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "tscss": "typed-scss-modules src --watch",