24 lines
348 B
JSON
24 lines
348 B
JSON
{
|
|
"version": "0.1.0",
|
|
"command": "npm",
|
|
"isShellCommand": true,
|
|
"args": ["run"],
|
|
"showOutput": "always",
|
|
"tasks": [
|
|
{
|
|
"taskName": "compile",
|
|
"isBuildCommand": true
|
|
},
|
|
{
|
|
"taskName": "clean"
|
|
},
|
|
{
|
|
"taskName": "lint"
|
|
},
|
|
{
|
|
"taskName": "test",
|
|
"isTestCommand": true
|
|
}
|
|
]
|
|
}
|