all complete

This commit is contained in:
pawan-dot 2022-07-20 12:06:38 +05:30
parent 79747e1277
commit e9afed19c0

View File

@ -20,7 +20,11 @@
"eject": "react-scripts eject", "eject": "react-scripts eject",
"lint": "eslint \"src/**/*.js\"", "lint": "eslint \"src/**/*.js\"",
"start": "serve -s build", "start": "serve -s build",
"start:n17": "react-scripts --openssl-legacy-provider start" "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",
"heroku-postbuild": "npm run build"
}, },
"config": { "config": {
"coreui_library_short_version": "4.1" "coreui_library_short_version": "4.1"