Update melos.yaml

This commit is contained in:
Ashita Prasad
2025-01-12 15:43:38 +05:30
parent 45c2c73057
commit 2a0bc9233f

View File

@ -8,6 +8,14 @@ scripts:
run: melos exec -- "flutter analyze"
description: Analyze all packages
clean:
run: melos exec -- "flutter clean"
description: Clean all packages
build-gen:
run: melos exec -- "dart run build_runner build --delete-conflicting-outputs"
description: Run build generator for all packages
test:
run: melos exec --dir-exists=test -- "flutter test --coverage"
description: Run tests for all packages