Skip to content

Commit 2a0bc92

Browse files
committed
Update melos.yaml
1 parent 45c2c73 commit 2a0bc92

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

melos.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ scripts:
88
run: melos exec -- "flutter analyze"
99
description: Analyze all packages
1010

11+
clean:
12+
run: melos exec -- "flutter clean"
13+
description: Clean all packages
14+
15+
build-gen:
16+
run: melos exec -- "dart run build_runner build --delete-conflicting-outputs"
17+
description: Run build generator for all packages
18+
1119
test:
1220
run: melos exec --dir-exists=test -- "flutter test --coverage"
1321
description: Run tests for all packages

0 commit comments

Comments
 (0)