From df336e2f28b87ff02793a1386091593c6aabac7e Mon Sep 17 00:00:00 2001 From: Cavin Macwan <113342471+cavin-7span@users.noreply.github.com> Date: Fri, 4 Jul 2025 14:11:15 +0530 Subject: [PATCH] chore: Added documentation in the build-apk so that devs using puro or fvm can run the command --- melos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/melos.yaml b/melos.yaml index e6acb10..e4d1f4f 100644 --- a/melos.yaml +++ b/melos.yaml @@ -39,7 +39,7 @@ scripts: exec: dart run slang build-apk: - description: Builds the APK File + description: Builds the APK File. If you're using puro or fvm, then make sure to add `puro` or `fvm` before running the command packageFilters: flutter: true dirExists: lib