fix vscode build tasks
This commit is contained in:
10
.vscode/tasks.json
vendored
10
.vscode/tasks.json
vendored
@@ -27,11 +27,9 @@
|
|||||||
"promptOnClose": true,
|
"promptOnClose": true,
|
||||||
"group": "build",
|
"group": "build",
|
||||||
"type": "npm",
|
"type": "npm",
|
||||||
"script": "build",
|
"script": "build:for:cms",
|
||||||
"path": "src/Umbraco.Web.UI.Client/",
|
"path": "src/Umbraco.Web.UI.Client/",
|
||||||
"problemMatcher": [
|
"problemMatcher": []
|
||||||
"$gulp-tsc"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Client Watch",
|
"label": "Client Watch",
|
||||||
@@ -41,9 +39,7 @@
|
|||||||
"type": "npm",
|
"type": "npm",
|
||||||
"script": "dev",
|
"script": "dev",
|
||||||
"path": "src/Umbraco.Web.UI.Client/",
|
"path": "src/Umbraco.Web.UI.Client/",
|
||||||
"problemMatcher": [
|
"problemMatcher": []
|
||||||
"$gulp-tsc"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Dotnet build",
|
"label": "Dotnet build",
|
||||||
|
|||||||
Reference in New Issue
Block a user