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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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",