Skip to content

Commit 5443988

Browse files
committed
chore: update melos runner
1 parent 2c00fe9 commit 5443988

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

melos.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,17 @@ command:
1616
usePubspecOverrides: true
1717

1818
scripts:
19+
get:
20+
exec: flutter pub get
21+
description: flutter pub get
22+
1923
upgrade:
2024
exec: flutter pub upgrade
2125
description: flutter pub upgrade
2226

2327
analyze:
24-
run: dart analyze
25-
description: dart analyze
28+
run: flutter analyze
29+
description: flutter analyze
2630

2731
format:
2832
run: dart format --set-exit-if-changed .

0 commit comments

Comments
 (0)