dev script updated

This commit is contained in:
parwez-zafar 2023-12-19 16:28:40 +05:30
parent 15d1fa862a
commit d8b6830bce

View File

@ -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",