16 lines
258 B
JSON
16 lines
258 B
JSON
|
|
{
|
||
|
|
"version": "2.0.0",
|
||
|
|
"tasks": [
|
||
|
|
{
|
||
|
|
"type": "npm",
|
||
|
|
"script": "test",
|
||
|
|
"group": {
|
||
|
|
"kind": "build",
|
||
|
|
"isDefault": true
|
||
|
|
},
|
||
|
|
"problemMatcher": [],
|
||
|
|
"label": "npm: test",
|
||
|
|
"detail": "echo \"Error: no test specified\" && exit 1"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|