use yarn watchd for the default build task

This commit is contained in:
João Moreno 2020-04-16 14:42:52 +02:00
parent d2cf8af4f0
commit c7b69ce12a

12
.vscode/tasks.json vendored
View file

@ -3,7 +3,7 @@
"tasks": [
{
"type": "npm",
"script": "watch",
"script": "watchd",
"label": "Build VS Code",
"group": {
"kind": "build",
@ -31,6 +31,16 @@
}
}
},
{
"type": "npm",
"script": "kill-watchd",
"label": "Kill Build VS Code",
"group": "build",
"presentation": {
"reveal": "never"
},
"problemMatcher": "$tsc"
},
{
"label": "Run tests",
"type": "shell",