Files
cherrypick/melos.yaml
Sergey Penkovsky bf1b0bd215 fix build scripts
2025-05-18 16:41:48 +03:00

25 lines
374 B
YAML

name: cherrypick_workspace
sdkPath: .fvm/flutter_sdk
packages:
- cherrypick
- cherrypick_flutter
- examples/client_app
- examples/postly
scripts:
analyze:
exec: dart analyze
format:
exec: dart format
test:
exec: flutter test
codegen:
run: |
melos exec --scope="postly" -- dart run build_runner build --delete-conflicting-outputs