From d8b6830bce97ccc3e590314a1e91a9a7ae88ca2b Mon Sep 17 00:00:00 2001 From: parwez-zafar Date: Tue, 19 Dec 2023 16:28:40 +0530 Subject: [PATCH] dev script updated --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f7ac51..ffd876b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "license": "MIT", "author": "The CoreUI Team (https://github.com/orgs/coreui/people)", "scripts": { - "dev": "SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts start", + "dev": "react-scripts start", "build": "react-scripts build", "build:n17": "react-scripts --openssl-legacy-provider build", "changelog": "auto-changelog --starting-version 4.1.0 --commit-limit false --hide-credit",