Files
cherrypick/melos.yaml

25 lines
374 B
YAML
Raw Normal View History

2025-05-02 11:41:18 +03:00
name: cherrypick_workspace
sdkPath: .fvm/flutter_sdk
packages:
2025-05-02 11:42:32 +03:00
- cherrypick
2025-05-02 11:53:29 +03:00
- cherrypick_flutter
2025-05-16 17:58:02 +03:00
- examples/client_app
- examples/postly
2025-05-02 11:53:29 +03:00
scripts:
analyze:
2025-05-13 23:12:17 +03:00
exec: dart analyze
2025-05-02 11:53:29 +03:00
format:
2025-05-13 23:12:17 +03:00
exec: dart format
test:
2025-05-18 16:41:48 +03:00
exec: flutter test
codegen:
run: |
melos exec --scope="postly" -- dart run build_runner build --delete-conflicting-outputs