Skip to content

Commit

Permalink
dart pub run
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Aug 19, 2024
1 parent 9bbfac4 commit f720daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Generate
run: |
if grep -q build_runner "pubspec.yaml"; then
flutter pub run build_runner build --delete-conflicting-outputs
dart pub run build_runner build --delete-conflicting-outputs
fi
working-directory: ${{ matrix.package }}

Expand Down

0 comments on commit f720daa

Please sign in to comment.