mirror of
https://github.com/sitelease/sugar-cube-client.git
synced 2025-10-29 19:12:30 +01:00
55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"command": "robo clean",
|
|
"label": "robo : clean",
|
|
"problemMatcher": [],
|
|
"type": "shell"
|
|
},
|
|
{
|
|
"command": "robo coverage",
|
|
"label": "robo : coverage",
|
|
"problemMatcher": [],
|
|
"type": "shell"
|
|
},
|
|
{
|
|
"command": "robo doc",
|
|
"label": "robo : doc",
|
|
"problemMatcher": [],
|
|
"type": "shell"
|
|
},
|
|
{
|
|
"command": "robo lint",
|
|
"label": "robo : lint",
|
|
"problemMatcher": [],
|
|
"type": "shell"
|
|
},
|
|
{
|
|
"command": "robo test",
|
|
"group": {"isDefault": true, "kind": "build"},
|
|
"label": "robo : test",
|
|
"problemMatcher": [],
|
|
"type": "shell"
|
|
},
|
|
{
|
|
"command": "robo upgrade",
|
|
"label": "robo : upgrade",
|
|
"problemMatcher": [],
|
|
"type": "shell"
|
|
},
|
|
{
|
|
"command": "robo version",
|
|
"label": "robo : version",
|
|
"problemMatcher": [],
|
|
"type": "shell"
|
|
},
|
|
{
|
|
"command": "robo watch",
|
|
"label": "robo : watch",
|
|
"problemMatcher": [],
|
|
"type": "shell"
|
|
}
|
|
]
|
|
}
|