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

View File

@@ -28,17 +28,19 @@ packages:
cherrypick:
dependency: "direct main"
description:
path: "../../cherrypick"
relative: true
source: path
version: "2.1.0-dev.1"
name: cherrypick
sha256: e1e2b4f3a70cbe7760e479e6ddb7dce2fc85a1bbb2fba6c398efe235ed111dfe
url: "https://pub.dev"
source: hosted
version: "2.0.2"
cherrypick_flutter:
dependency: "direct main"
description:
path: "../../cherrypick_flutter"
relative: true
source: path
version: "1.1.1-dev.1"
name: cherrypick_flutter
sha256: ad63ae816b7d1147ffb0a82bcae5a1ea3d51e9d398a79459c619464391a43a79
url: "https://pub.dev"
source: hosted
version: "1.1.1"
clock:
dependency: transitive
description:

View File

@@ -16,4 +16,9 @@ scripts:
exec: dart format
test:
exec: flutter test
exec: flutter test
codegen:
run: |
melos exec --scope="postly" -- dart run build_runner build --delete-conflicting-outputs