Kill, yarn, build task (#185571)

This commit is contained in:
Alex Ross
2023-06-19 18:57:04 +02:00
committed by GitHub
parent 085399feff
commit 2dcfc3798f

11
.vscode/tasks.json vendored
View File

@@ -112,6 +112,17 @@
"dependsOrder": "sequence",
"problemMatcher": []
},
{
"label": "Kill VS Code - Build, Yarn, VS Code - Build",
"dependsOn": [
"Kill VS Code - Build",
"npm: install",
"VS Code - Build"
],
"group": "build",
"dependsOrder": "sequence",
"problemMatcher": []
},
{
"type": "npm",
"script": "watch-webd",