first c
This commit is contained in:
parent
c123ec2518
commit
88b6914d29
@ -13,8 +13,8 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
|
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "react-scripts start",
|
"dev": "react-scripts --openssl-legacy-provider start",
|
||||||
"build": "react-scripts build",
|
"build": "react-scripts --openssl-legacy-provider build",
|
||||||
"changelog": "auto-changelog --starting-version 4.1.0 --commit-limit false --hide-credit",
|
"changelog": "auto-changelog --starting-version 4.1.0 --commit-limit false --hide-credit",
|
||||||
"eject": "react-scripts eject",
|
"eject": "react-scripts eject",
|
||||||
"lint": "eslint \"src/**/*.js\"",
|
"lint": "eslint \"src/**/*.js\"",
|
||||||
@ -22,7 +22,8 @@
|
|||||||
"start:n17": "react-scripts --openssl-legacy-provider start",
|
"start:n17": "react-scripts --openssl-legacy-provider start",
|
||||||
"test": "react-scripts test",
|
"test": "react-scripts test",
|
||||||
"test:cov": "npm test -- --coverage --watchAll=false",
|
"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": {
|
"config": {
|
||||||
"coreui_library_short_version": "4.1"
|
"coreui_library_short_version": "4.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user