Skip to content

Commit

Permalink
ci: remove melos (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
halildurmus authored Jul 26, 2024
1 parent f06ce31 commit b6744b6
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 39 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/code_generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,8 @@ jobs:
run: dart pub get
working-directory: packages/generator

- name: 🛠️ Install Melos
run: dart pub global activate melos

- name: 🚀 Run Code Generation
run: dart pub run melos run generate
run: tools\generate --no-test

- name: 🔍 Verify Code Generation
run: git diff --exit-code
3 changes: 2 additions & 1 deletion examples/explorer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ dependencies:
url: https://github.com/google/flutter-desktop-embedding.git
path: plugins/menubar
path_provider: ^2.1.3
win32: ^5.5.1
win32:
path: ../../packages/win32

dev_dependencies:
lints: ^4.0.0
Expand Down
4 changes: 0 additions & 4 deletions examples/explorer/pubspec_overrides.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion examples/service_manager_cli/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ environment:

dependencies:
ffi: ^2.1.2
win32: ^5.5.1
win32:
path: ../../packages/win32

dev_dependencies:
lints: ^4.0.0
Expand Down
4 changes: 0 additions & 4 deletions examples/service_manager_cli/pubspec_overrides.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion examples/task_manager/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ dependencies:
ffi: ^2.1.2
flutter:
sdk: flutter
win32: ^5.5.1
win32:
path: ../../packages/win32

dev_dependencies:
flutter_lints: ^4.0.0
Expand Down
4 changes: 0 additions & 4 deletions examples/task_manager/pubspec_overrides.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions melos.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions packages/generator/pubspec_overrides.yaml

This file was deleted.

1 change: 0 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ dev_dependencies:
args: ^2.5.0
ffi: ^2.1.2
lints: ^4.0.0
melos: ^6.1.0
win32:
path: packages/win32

0 comments on commit b6744b6

Please sign in to comment.