Files
astro-jiao77.cn/.vscode/tasks.json
2025-10-20 23:48:36 +08:00

82 lines
1.4 KiB
JSON

{
"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"
}
]
}