espace-paie-odentas/.vscode/tasks.json

64 lines
No EOL
1.2 KiB
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "build-next",
"type": "shell",
"command": "npm run --silent build",
"isBackground": false,
"problemMatcher": [
"$tsc"
],
"group": "build"
},
{
"label": "build-next",
"type": "shell",
"command": "npm run --silent build",
"isBackground": false,
"group": "build"
},
{
"label": "build-next",
"type": "shell",
"command": "npm run --silent build",
"isBackground": false,
"group": "build"
},
{
"label": "build-next",
"type": "shell",
"command": "npm run --silent build",
"isBackground": false,
"group": "build"
},
{
"label": "build-next",
"type": "shell",
"command": "npm run --silent build",
"isBackground": false,
"group": "build"
},
{
"label": "build-next",
"type": "shell",
"command": "npm run --silent build",
"isBackground": false,
"group": "build"
},
{
"label": "build-next",
"type": "shell",
"command": "npm run --silent build",
"isBackground": false,
"group": "build"
},
{
"label": "build-next",
"type": "shell",
"command": "npm run --silent build",
"isBackground": false,
"group": "build"
}
]
}