mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-23 21:13:35 +00:00
fix build scripts
This commit is contained in:
3
.github/workflows/pipeline.yml
vendored
3
.github/workflows/pipeline.yml
vendored
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user