Skip to content

Commit

Permalink
chore: remove pubspec_overrides.yaml and pubspec_overrides.yaml.disab…
Browse files Browse the repository at this point in the history
…led and local development (#2262)
  • Loading branch information
EchoEllet authored Sep 21, 2024
1 parent 5d921e9 commit 9aa4e6c
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 77 deletions.
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.

0 comments on commit 9aa4e6c

Please sign in to comment.