mirror of
https://github.com/foss42/apidash.git
synced 2025-07-02 05:57:55 +08:00
Update melos.yaml
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user