26 lines
604 B
JSON
26 lines
604 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"label": "Doric Build",
|
||
|
"type": "shell",
|
||
|
"command": "doric build",
|
||
|
"group": "build",
|
||
|
"problemMatcher": []
|
||
|
},
|
||
|
{
|
||
|
"label": "Doric Clean",
|
||
|
"type": "shell",
|
||
|
"command": "doric clean",
|
||
|
"group": "build",
|
||
|
"problemMatcher": []
|
||
|
},
|
||
|
{
|
||
|
"label": "Doric Dev",
|
||
|
"type": "shell",
|
||
|
"command": "doric dev",
|
||
|
"group": "build",
|
||
|
"problemMatcher": []
|
||
|
}
|
||
|
]
|
||
|
}
|