updated package.json for makin the build

This commit is contained in:
print-signs 2023-12-14 13:15:47 +05:30
parent 4a2bb5db3a
commit 37a5cf791e

View File

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