From 173ba235e2afd709b087ab6262a4a05cf7491d09 Mon Sep 17 00:00:00 2001 From: Nelson Trindade <48919500+nelsontr@users.noreply.github.com> Date: Fri, 3 Nov 2023 00:50:26 +0000 Subject: [PATCH] Update package.json --- client/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/package.json b/client/package.json index 58707d2e..4f1e1989 100644 --- a/client/package.json +++ b/client/package.json @@ -20,10 +20,10 @@ }, "overrides": { "autoprefixer": "10.4.16" - }, + }, "scripts": { - "start": "react-scripts start", - "build": "react-scripts build", + "start": "react-scripts --openssl-legacy-provider start", + "build": "react-scripts --openssl-legacy-provider build", "test": "react-scripts test", "eject": "react-scripts eject" },