添加RoRD迭代报告.
This commit is contained in:
82
.vscode/tasks.json
vendored
Normal file
82
.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "astro-build-check",
|
||||
"type": "shell",
|
||||
"command": "npm run build",
|
||||
"args": [],
|
||||
"isBackground": false,
|
||||
"problemMatcher": [
|
||||
"$tsc"
|
||||
],
|
||||
"group": "build"
|
||||
},
|
||||
{
|
||||
"label": "astro-build-check",
|
||||
"type": "shell",
|
||||
"command": "npm run build",
|
||||
"args": [],
|
||||
"isBackground": false,
|
||||
"problemMatcher": [
|
||||
"$tsc"
|
||||
],
|
||||
"group": "build"
|
||||
},
|
||||
{
|
||||
"label": "astro-build-check",
|
||||
"type": "shell",
|
||||
"command": "npm run build",
|
||||
"args": [],
|
||||
"isBackground": false,
|
||||
"problemMatcher": [
|
||||
"$tsc"
|
||||
],
|
||||
"group": "build"
|
||||
},
|
||||
{
|
||||
"label": "astro-build-check",
|
||||
"type": "shell",
|
||||
"command": "npm run build",
|
||||
"args": [],
|
||||
"isBackground": false,
|
||||
"problemMatcher": [
|
||||
"$tsc"
|
||||
],
|
||||
"group": "build"
|
||||
},
|
||||
{
|
||||
"label": "astro-build-check",
|
||||
"type": "shell",
|
||||
"command": "npm run build",
|
||||
"args": [],
|
||||
"isBackground": false,
|
||||
"problemMatcher": [
|
||||
"$tsc"
|
||||
],
|
||||
"group": "build"
|
||||
},
|
||||
{
|
||||
"label": "astro-build-check",
|
||||
"type": "shell",
|
||||
"command": "npm run build",
|
||||
"args": [],
|
||||
"isBackground": false,
|
||||
"problemMatcher": [
|
||||
"$tsc"
|
||||
],
|
||||
"group": "build"
|
||||
},
|
||||
{
|
||||
"label": "astro-build-check",
|
||||
"type": "shell",
|
||||
"command": "npm run build",
|
||||
"args": [],
|
||||
"isBackground": false,
|
||||
"problemMatcher": [
|
||||
"$tsc"
|
||||
],
|
||||
"group": "build"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user