Skip to content

Commit

Permalink
remove build runner
Browse files Browse the repository at this point in the history
  • Loading branch information
git-elliot committed Apr 1, 2024
1 parent 1426ef7 commit 2c26ccc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ jobs:

- name: Upgrade pub dependencies
run: flutter pub upgrade

- name: Run build_runner
run: flutter pub run build_runner build --delete-conflicting-outputs

- name: Run analyzer
run: flutter analyze
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ jobs:

- name: Upgrade pub dependencies
run: flutter pub upgrade

- name: Run build_runner
run: flutter pub run build_runner build --delete-conflicting-outputs

- name: Run analyzer
run: flutter analyze --fatal-infos
Expand Down
2 changes: 0 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,5 @@ dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
# Standalone generator and watcher for Dart
build_runner: ^2.4.7

flutter:

0 comments on commit 2c26ccc

Please sign in to comment.