Skip to content

Commit 771d5f5

Browse files
committed
Simplify task names
1 parent 336b45a commit 771d5f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.vscode/tasks.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"problemMatcher": []
1919
},
2020
{
21-
"label": "npm: watch",
21+
"label": "watch",
2222
"type": "npm",
2323
"script": "watch",
2424
"group": "build",
@@ -29,10 +29,10 @@
2929
}
3030
},
3131
{
32-
"label": "npm: start",
32+
"label": "start",
3333
"type": "npm",
3434
"script": "start",
35-
"dependsOn": "npm: watch",
35+
"dependsOn": "watch",
3636
"group": "build",
3737
"isBackground": true,
3838
"problemMatcher": [],
@@ -42,7 +42,7 @@
4242
},
4343
{
4444
"label": "Start demo",
45-
"dependsOn": "npm: start",
45+
"dependsOn": "start",
4646
"group": {
4747
"kind": "build",
4848
"isDefault": true

0 commit comments

Comments
 (0)