Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove build runner #199

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading