mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-21 16:00:59 -05:00
23 lines
403 B
JSON
23 lines
403 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "codegen",
|
|
"type": "npm",
|
|
"script": "generate",
|
|
"problemMatcher": "$tsc",
|
|
},
|
|
{
|
|
"label": "build",
|
|
"type": "npm",
|
|
"script": "build",
|
|
"problemMatcher": "$tsc",
|
|
},
|
|
{
|
|
"label": "test",
|
|
"type": "npm",
|
|
"script": "test",
|
|
"problemMatcher": "$eslint-stylish",
|
|
},
|
|
],
|
|
}
|