Removes unneeded -- with yarn

This commit is contained in:
Eric Amodio 2020-06-01 01:27:02 -04:00
parent 87689f9fa3
commit c523955ccc

2
.vscode/tasks.json vendored
View file

@ -75,7 +75,7 @@
},
{
"type": "shell",
"command": "yarn web -- --no-launch",
"command": "yarn web --no-launch",
"label": "Run web",
"isBackground": true,
"problemMatcher": {