build: remove specific target from task

This commit is contained in:
Chen Asraf
2020-12-01 17:43:44 +02:00
parent c48c7a9fdd
commit 1b9fe8d86d

4
.vscode/tasks.json vendored
View File

@@ -36,9 +36,7 @@
"args": [
"lib/tools/task_runner/deploy.dart",
"--push",
"--install",
"-d",
"10.100.102.9:5555"
"--install"
],
"problemMatcher": []
},