Skip to content

Commit f782ac1

Browse files
fixed dart analyzer error
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent 8342d24 commit f782ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

melos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ scripts:
3535

3636
flutter_test:
3737
description: Run tests in a specific package.
38-
run: melos exec --depends-on="graphql" --concurrency=2 -- "flutter pub get && flutter test"
38+
run: melos exec --depends-on="graphql" --concurrency=2 -- "flutter test"
3939
select-package:
4040
scope: "graphql_flutter"
4141
dir-exists:

0 commit comments

Comments
 (0)