mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-19 09:29:30 +00:00
chore: Update build_runner watch command to delete conflicting outputs
This commit is contained in:
parent
f24e63d852
commit
afb6f1f724
1 changed files with 1 additions and 1 deletions
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
|
|
@ -5,7 +5,7 @@
|
|||
"icon": { "id": "eye-watch", "color": "terminal.ansiYellow" },
|
||||
"label": "build_runner watch",
|
||||
"type": "shell",
|
||||
"command": "dart run build_runner watch",
|
||||
"command": "dart run build_runner watch --delete-conflicting-outputs",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue