Skip to content

Commit c523955

Browse files
author
Eric Amodio
committed
Removes unneeded -- with yarn
1 parent 87689f9 commit c523955

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
},
7676
{
7777
"type": "shell",
78-
"command": "yarn web -- --no-launch",
78+
"command": "yarn web --no-launch",
7979
"label": "Run web",
8080
"isBackground": true,
8181
"problemMatcher": {

0 commit comments

Comments
 (0)