From 37a5cf791e5a70fda6a90021938a8cd0af4733c4 Mon Sep 17 00:00:00 2001 From: print-signs Date: Thu, 14 Dec 2023 13:15:47 +0530 Subject: [PATCH] updated package.json for makin the build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7491c06..f59c965 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "author": "The CoreUI Team (https://github.com/orgs/coreui/people)", "scripts": { "dev": "SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts start", - "build": "react-scripts build", + "build": "SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts build", "build:n17": "react-scripts --openssl-legacy-provider build", "changelog": "auto-changelog --starting-version 4.1.0 --commit-limit false --hide-credit", "eject": "react-scripts eject",