This commit is contained in:
pawan-dot 2024-06-03 13:11:58 +05:30
parent c123ec2518
commit 88b6914d29

View File

@ -13,8 +13,8 @@
"license": "MIT",
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
"scripts": {
"dev": "react-scripts start",
"build": "react-scripts build",
"dev": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build",
"changelog": "auto-changelog --starting-version 4.1.0 --commit-limit false --hide-credit",
"eject": "react-scripts eject",
"lint": "eslint \"src/**/*.js\"",
@ -22,7 +22,8 @@
"start:n17": "react-scripts --openssl-legacy-provider start",
"test": "react-scripts test",
"test:cov": "npm test -- --coverage --watchAll=false",
"test:debug": "react-scripts --inspect-brk test --runInBand"
"test:debug": "react-scripts --inspect-brk test --runInBand",
"heroku-postbuild": "npm run build"
},
"config": {
"coreui_library_short_version": "4.1"