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 - name: Bootstrap workspace
run: fvm flutter pub global run melos bootstrap run: fvm flutter pub global run melos bootstrap
- name: CodeGen
run: fvm flutter pub global run melos run codegen
- name: Analyze all packages - name: Analyze all packages
run: fvm flutter pub global run melos run analyze run: fvm flutter pub global run melos run analyze

View File

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

View File

@@ -17,3 +17,8 @@ scripts:
test: test:
exec: flutter test exec: flutter test
codegen:
run: |
melos exec --scope="postly" -- dart run build_runner build --delete-conflicting-outputs