20 lines
329 B
JSON
20 lines
329 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"type": "npm",
|
||
|
"script": "build",
|
||
|
"group": "build",
|
||
|
"problemMatcher": [],
|
||
|
"label": "npm: build",
|
||
|
"detail": "react-scripts build"
|
||
|
},
|
||
|
{
|
||
|
"type": "npm",
|
||
|
"script": "start",
|
||
|
"problemMatcher": [],
|
||
|
"label": "npm: start",
|
||
|
"detail": "react-scripts start"
|
||
|
}
|
||
|
]
|
||
|
}
|