From b33d855306cd624f6ce56db3bae20a9b8440acc0 Mon Sep 17 00:00:00 2001 From: JKamsker <11245306+JKamsker@users.noreply.github.com> Date: Thu, 27 Jul 2023 22:54:37 +0200 Subject: [PATCH] Lol thats why it was not building --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8d67eaf..012fd04 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "predeploy": "npm run build", "deploy": "gh-pages -d build", "start": "react-scripts --openssl-legacy-provider start", - "build": "react-scripts build", + "build": "react-scripts --openssl-legacy-provider build", "test": "react-scripts test", "eject": "react-scripts eject" },