Skip to content

Commit 40444b4

Browse files
committed
Re-enable build runner for example project
1 parent fd8150b commit 40444b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flutter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: dart format . -o none --set-exit-if-changed
2727

2828
- name: Run code generation
29-
run: cd example && flutter pub get && cd ..
29+
run: cd example && flutter pub get && flutter pub run build_runner build && cd ..
3030

3131
- name: Analyze project source
3232
run: flutter analyze --fatal-infos

0 commit comments

Comments
 (0)