fix build scripts

This commit is contained in:
Sergey Penkovsky
2025-05-18 16:41:48 +03:00
parent 9bce40735b
commit bf1b0bd215
3 changed files with 19 additions and 9 deletions

View File

@@ -28,6 +28,9 @@ jobs:
- name: Bootstrap workspace
run: fvm flutter pub global run melos bootstrap
- name: CodeGen
run: fvm flutter pub global run melos run codegen
- name: Analyze all packages
run: fvm flutter pub global run melos run analyze