Skip to content

Commit 0ff5f6d

Browse files
fix: dart format
1 parent c71fcba commit 0ff5f6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ commands:
4343
steps:
4444
- run:
4545
name: Install Flutter Packages
46-
command: flutter pub get
46+
command: flutter pub get --verbose
4747
- run:
4848
name: Install Dart Packages
49-
command: dart pub get
49+
command: dart pub get --verbose
5050
description: Install Dart Packages (for dart explicit packages)
5151
- when:
5252
condition:

0 commit comments

Comments
 (0)