From c344942d4075e164fd98a79b49e70c391a81fec7 Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Mon, 2 May 2022 21:15:19 +0200 Subject: [PATCH] Fix build command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b6da47a..9a3afc9 100644 --- a/package.json +++ b/package.json @@ -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",