mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-19 17:39: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" },
|
"icon": { "id": "eye-watch", "color": "terminal.ansiYellow" },
|
||||||
"label": "build_runner watch",
|
"label": "build_runner watch",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "dart run build_runner watch",
|
"command": "dart run build_runner watch --delete-conflicting-outputs",
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "build",
|
"kind": "build",
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue