Skip to content

Commit

Permalink
ci: adiciona step de geração de código
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo-santos authored Jun 3, 2024
1 parent 6e8c244 commit 50785d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Install dependencies
run: flutter pub get

- name: Build code
run: flutter pub run build_runner build

- name: Build
run: flutter build web

Expand Down

0 comments on commit 50785d9

Please sign in to comment.