Skip to content

Commit

Permalink
fix(ci): refine dartanalyzer for example
Browse files Browse the repository at this point in the history
  • Loading branch information
micimize committed May 16, 2021
1 parent 28e499e commit e7b5830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
dartfmt **/*.dart -n --set-exit-if-changed
pub get
dartanalyzer lib test
cd example && pub get && dartanalyzer .
cd example && pub get && dartanalyzer lib bin
- run:
name: Code formating and analyzing (graphql_flutter)
command: |
Expand Down

0 comments on commit e7b5830

Please # to comment.