Skip to content

Commit 2ed16ca

Browse files
make: add target for client & flutter
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent d12e832 commit 2ed16ca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ default: analyze check
77

88
dep:
99
dart pub global activate melos;
10-
#dart pub global activate spec_cli;
1110
dart pub global activate changelog_cmd;
1211
$(CC) bootstrap
1312

@@ -20,6 +19,10 @@ fmt:
2019
analyze: fmt
2120
$(CC) run analyze --no-select
2221

22+
client: ci_check_client ci_fmt_client
23+
24+
flutter: ci_check_flutter ci_fmt_flutter
25+
2326
ci_check_flutter:
2427
$(CC) run flutter_test --no-select
2528

0 commit comments

Comments
 (0)