mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-23 21:13:35 +00:00
17 lines
215 B
YAML
17 lines
215 B
YAML
name: cherrypick_workspace
|
|
|
|
sdkPath: .fvm/flutter_sdk
|
|
|
|
packages:
|
|
- cherrypick
|
|
- cherrypick_flutter
|
|
|
|
scripts:
|
|
analyze:
|
|
exec: dart analyze
|
|
|
|
format:
|
|
exec: dart format
|
|
|
|
test:
|
|
exec: dart test ./test |