File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
packages/graphql_flutter/example/lib Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11CC =dart pub global run melos
2- CC_TEST =spec
2+ # CC_TEST=spec
3+ CC_TEST =for d in ./packages/*/ ; do (echo $$d && cd $$d && dart test); done
34CC_CHANGELOG =dart pub global run changelog_cmd
45
56default : analyze check
67
78dep :
89 dart pub global activate melos;
9- dart pub global activate spec_cli;
10+ # dart pub global activate spec_cli;
1011 dart pub global activate changelog_cmd;
1112 $(CC ) bootstrap
1213
@@ -52,4 +53,4 @@ changelog: changelog_client changelog_flutter
5253ci : dep check_client check_flutter
5354
5455clean :
55- $(CC ) clean
56+ $(CC ) clean
Original file line number Diff line number Diff line change 44
55// ignore_for_file: directives_ordering
66// ignore_for_file: lines_longer_than_80_chars
7+ // ignore_for_file: depend_on_referenced_packages
78
89import 'package:connectivity_plus_web/connectivity_plus_web.dart' ;
910
You can’t perform that action at this time.
0 commit comments