chore: Update build_runner watch command to delete conflicting outputs

This commit is contained in:
Dr-Blank 2024-08-14 02:34:59 -04:00
parent f24e63d852
commit afb6f1f724
No known key found for this signature in database
GPG key ID: 7452CC63F210A266

2
.vscode/tasks.json vendored
View file

@ -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