all complete
This commit is contained in:
parent
79747e1277
commit
e9afed19c0
@ -20,7 +20,11 @@
|
||||
"eject": "react-scripts eject",
|
||||
"lint": "eslint \"src/**/*.js\"",
|
||||
"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": {
|
||||
"coreui_library_short_version": "4.1"
|
||||
|
Loading…
Reference in New Issue
Block a user