mirror of
https://github.com/foss42/apidash.git
synced 2025-05-17 22:36:16 +08:00
Update melos.yaml
This commit is contained in:
13
melos.yaml
13
melos.yaml
@ -2,3 +2,16 @@ name: apidash
|
||||
|
||||
packages:
|
||||
- packages/**
|
||||
|
||||
scripts:
|
||||
analyze:
|
||||
run: melos exec -- "flutter analyze"
|
||||
description: Analyze all packages
|
||||
|
||||
test:
|
||||
run: melos exec --dir-exists=test -- "flutter test --coverage"
|
||||
description: Run tests for all packages
|
||||
|
||||
pub-get:
|
||||
run: melos exec -- "flutter pub get"
|
||||
description: Run pub get for all packages
|
||||
|
Reference in New Issue
Block a user