mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-06 02:59:28 +00:00
fix: update build_runner command to use dart directly instead of fvm
Some checks failed
Some checks failed
This commit is contained in:
parent
8485a26f1a
commit
07aea41c6e
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": "fvm dart run build_runner watch --delete-conflicting-outputs",
|
||||
"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