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

chore: remove pubspec_overrides.yaml and pubspec_overrides.yaml.disabled #2262

Merged
merged 1 commit into from
Sep 21, 2024
Merged
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/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
- name: 📥 Install Flutter dependencies
run: flutter pub get

- name: 🚧 Enable local development environment (use the local packages)
run: dart ./scripts/enable_local_dev.dart

- name: 🌐 Build Flutter Web Application
run: flutter build web --release --verbose --dart-define=CI=true
working-directory: ./example
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
- name: 📥 Install Flutter dependencies
run: flutter pub get

- name: 🚧 Enable local development environment (use the local packages)
run: dart ./scripts/enable_local_dev.dart

- name: 📦 Install dart_quill_delta dependencies
run: flutter pub get -C dart_quill_delta

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:

- name: 📥 Install Flutter dependencies
run: flutter pub get

- name: 🚧 Enable local development environment (use the local packages)
run: dart ./scripts/enable_local_dev.dart

# This is needed in order for the authentication to success
# dart pub token add https://pub.dev --env-var PUB_TOKEN
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,3 @@ example/ios/Podfile.lock
!**/ios/**/default.pbxuser
!**/ios/**/default.perspectivev3
pubspec.lock

# For local development
pubspec_overrides.yaml
3 changes: 0 additions & 3 deletions flutter_quill_extensions/pubspec_overrides.yaml.disabled

This file was deleted.

3 changes: 0 additions & 3 deletions flutter_quill_test/pubspec_overrides.yaml.disabled

This file was deleted.

7 changes: 0 additions & 7 deletions pubspec_overrides.yaml.disabled

This file was deleted.

24 changes: 0 additions & 24 deletions scripts/disable_local_dev.dart

This file was deleted.

28 changes: 0 additions & 28 deletions scripts/enable_local_dev.dart

This file was deleted.