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 e8dd9f1 commit a965ae6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:

- name: Install dependencies
run: dart pub get

- name: Run build_runner
run: dart run build_runner build --delete-conflicting-outputs

# Uncomment this step to verify the use of 'dart format' on each commit.
# - name: Verify formatting
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
- name: Install dependencies
run: dart pub get

- name: Run build_runner
run: dart run build_runner build --delete-conflicting-outputs

- name: Analyze project source
run: dart analyze --fatal-infos

Expand Down
4 changes: 0 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ dependencies:


dev_dependencies:
# Standalone generator and watcher for Dart
build_runner: ^2.4.7
# A generator for injectable library.
injectable_generator: ^2.4.1
# Provides Dart Build System builders for handling JSON.
json_serializable: ^6.7.1
# Set of lint rules for Dart.
Expand Down

0 comments on commit a965ae6

Please sign in to comment.