Skip to content

Commit

Permalink
Scripts cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ferraridamiano committed May 4, 2024
1 parent 57ed906 commit c1df8e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- name: Bootstrap
run: |
dart pub global activate melos
dart pub global activate vector_graphics_compiler
melos bootstrap
- name: Download Android keystore
Expand Down Expand Up @@ -111,7 +110,6 @@ jobs:
- name: Bootstrap
run: |
dart pub global activate melos
dart pub global activate vector_graphics_compiler
melos bootstrap
- name: Build for linux
Expand Down Expand Up @@ -163,7 +161,6 @@ jobs:
- name: Bootstrap
run: |
dart pub global activate melos
dart pub global activate vector_graphics_compiler
melos bootstrap
# Force canvaskit because of the bug with svg on html
Expand Down Expand Up @@ -200,7 +197,6 @@ jobs:
- name: Install required dart tools
run: |
dart pub global activate melos
dart pub global activate vector_graphics_compiler
- name: Generate optimized icons (workaround for a bug of melos on Windows)
run: |
Expand Down
6 changes: 3 additions & 3 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ scripts:
description: Run `flutter analyze` in all packages

compile_icons:
run: |
dart run vector_graphics_compiler --input-dir assets/app_icons
dart run vector_graphics_compiler --input-dir assets/property_icons
steps:
- dart run vector_graphics_compiler --input-dir assets/app_icons
- dart run vector_graphics_compiler --input-dir assets/property_icons
description: Optimizes the svg icons.

format:
Expand Down

0 comments on commit c1df8e3

Please sign in to comment.