Skip to content

Commit 24b1a10

Browse files
committed
chore: update task label and arguments in tasks.json for CLI plugin build
1 parent 07e4f21 commit 24b1a10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/tasks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"problemMatcher": "$tsc",
44
"tasks": [
55
{
6-
"label": "Compile tests",
6+
"label": "Build CLI Plugin",
77
"group": {
88
"kind": "build",
99
"isDefault": true
@@ -14,7 +14,7 @@
1414
"focus": false,
1515
"panel": "dedicated"
1616
},
17-
"args": ["test:compile"],
17+
"args": ["build"],
1818
"isBackground": false
1919
}
2020
]

0 commit comments

Comments
 (0)