2
0
mirror of https://github.com/inventree/inventree-app.git synced 2026-06-10 00:17:16 +00:00

Change flutter command to use FVM (#831)

Fixes broken build step
This commit is contained in:
Oliver
2026-05-31 11:17:22 +10:00
committed by GitHub
parent a505fb4364
commit af1e2c1cb8
+1 -1
View File
@@ -18,7 +18,7 @@ def clean(c):
@task
def update(c):
"""Update flutter dependencies."""
c.run("flutter pub get")
c.run("fvm flutter pub get")
@task
def translate(c):