Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasDevApps committed Jun 25, 2024
1 parent 7c9e679 commit 6db21e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
channel: 'stable'

- name: Build generated classes
run: flutter pub run build_runner build --delete-conflicting-outputs
run: dart run build_runner build --delete-conflicting-outputs

- name: Install dependencies
run: flutter pub get
Expand Down
6 changes: 4 additions & 2 deletions lib/src/models/grid_model/grid_model.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6db21e0

Please sign in to comment.