fix: update build_runner command to use dart directly instead of fvm
Some checks failed
Flutter CI & Release / Test (push) Has been cancelled
Flutter CI & Release / Build Android APKs (push) Has been cancelled
Flutter CI & Release / build_linux (push) Has been cancelled
Flutter CI & Release / Create GitHub Release (push) Has been cancelled

This commit is contained in:
Dr.Blank 2025-05-28 12:25:22 +05:30
parent 8485a26f1a
commit 07aea41c6e
No known key found for this signature in database
GPG key ID: BA5F87FF0560C57B

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": "fvm dart run build_runner watch --delete-conflicting-outputs", "command": "dart run build_runner watch --delete-conflicting-outputs",
"group": { "group": {
"kind": "build", "kind": "build",
"isDefault": true "isDefault": true