Skip to content

Commit c5877d2

Browse files
committed
Use flutter pub get instead of pub get
1 parent bbde4d7 commit c5877d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
steps:
77
- checkout
88
- run: flutter doctor
9-
- run: pub get
9+
- run: flutter pub get
1010
- run: flutter test
1111
- run: dartanalyzer --options analysis_options.yaml --fatal-warnings lib
1212
- run: flutter pub publish --dry-run

0 commit comments

Comments
 (0)