fix vscode build tasks

This commit is contained in:
Jacob Overgaard
2024-11-13 16:37:46 +01:00
parent ba684a8e55
commit 6b85584c02

10
.vscode/tasks.json vendored
View File

@@ -27,11 +27,9 @@
"promptOnClose": true,
"group": "build",
"type": "npm",
"script": "build",
"script": "build:for:cms",
"path": "src/Umbraco.Web.UI.Client/",
"problemMatcher": [
"$gulp-tsc"
]
"problemMatcher": []
},
{
"label": "Client Watch",
@@ -41,9 +39,7 @@
"type": "npm",
"script": "dev",
"path": "src/Umbraco.Web.UI.Client/",
"problemMatcher": [
"$gulp-tsc"
]
"problemMatcher": []
},
{
"label": "Dotnet build",